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

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -