mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-06-17 23:25:39 +08:00
Refactoring
This commit is contained in:
@@ -52,9 +52,8 @@
|
||||
|
||||
- (void)textChanged:(NSNotification *)notification
|
||||
{
|
||||
if (self.placeholder.length == 0) {
|
||||
if (self.placeholder.length == 0)
|
||||
return;
|
||||
}
|
||||
|
||||
if (self.text.length == 0) {
|
||||
[[self viewWithTag:999] setAlpha:1];
|
||||
|
||||
Reference in New Issue
Block a user