ios - UITextField, automatically move to next after 1 character using Swift 2 -
i have 4 uitextfields. after enter 1 character, want next uitextfield become active automatically, without having press next.
i'm using swift 2
any idea?
to select next textfield have assign first responder. can use delegate methods of textfield determine when textfield should become active.
Comments
Post a Comment