jobandtalent / AnimatedTextInput

Animated UITextField and UITextView replacement for iOS
MIT License
760 stars 128 forks source link

How to focus in AnimatedTextInput? #94

Closed ismaiI1 closed 6 years ago

ismaiI1 commented 6 years ago

I want to focus in username if its text.count=0. how can i do that?

ismaiI1 commented 6 years ago

I found. I can focus with self.textInputs[0].becomeFirstResponder()