You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using inside tableview cell. The placeholder overlaps on top of text entered when we scroll tableview. Also, keyboard does not resign and stays open.
I am using custom cell and added textfield via storyboard change its class to EGFloatingTextField
The text was updated successfully, but these errors were encountered:
try: textField?.floatLabelToTop()
And it's strange,if i put this code in viewillappear.
Another way is better is when set textField.text you can hide the placeholder, after change the text to empty, set placeholder show again.
And if you want to do this ,you need change the source code.
When using inside tableview cell. The placeholder overlaps on top of text entered when we scroll tableview. Also, keyboard does not resign and stays open.
I am using custom cell and added textfield via storyboard change its class to EGFloatingTextField
The text was updated successfully, but these errors were encountered: