uitableview - iOS-8 Uitableviewcontroller with uitextfield keyboard appears while rotating device -
uitableview - iOS-8 Uitableviewcontroller with uitextfield keyboard appears while rotating device -
using
uitableviewcontroller
to create login form.
in 2 of uitableviewcells
login user name , password uitextfield
fields.
the keyboard closed (never tapped text field) , device rotated, keyboard appears moment , disappears bottom of screen.
is ios8
bug? there work around?
looks strange.. never ios8 bug. might setting first responder in
- (void)layoutsubviews or - (void)viewwilllayoutsubviews
uitableview rotation ios8 uiinterfaceorientation uikeyboard
Comments
Post a Comment