ios - Neither keyboard nor cursor are appearing when a UITextField is tapped -


I'm testing a simple application on Xcode 5.0.2 Using the I storyboard, I have two visual controllers Which is connected by segments. First there is a button on the View Controller, after pressing the button shows the next controller which has two text fields. When I tap textfile, the keyboard is not visible and the text cursor is unavailable.

textFieldViewController.h file

  @property (weak, notatomic) IBotlet UIFIFFField = NamedField; @property (weak, nonetomatic) ibotatlet uitfestfield * number field; - (IBAction) textFieldDoneEditing: (ID) sender; - (IBAction) PageImage: (ID) sender;   

textFieldViewController.m file

  - (IBAction) textFieldDoneEditing: (ID) sender {[Sender resigns FirstResponder]; } - (IBAction) PageImage: (ID) sender {[self. NameField Resignation First Responder]; [Self. Numberfield's Resignation First Responder]; }   

Screenshot Enter image details here

Make sure your UserInteraction is UITextfield is enabled < / Code> and you did not have any views on your textfield.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -