I am developing an application for iOS 5.
I am trying to push a nib after tapping on a text-field to add an item and pull down the current screen. When I attach the following code to a button, it works:
-(IBAction)addView:(id)sender on touch-up
Unfortunately – when I do something similar on a textField, I do not get the same result. Any help would be much appreciated.
to push a nib file on tap of your
UITextFeildyou need to use the delegate method of textfieldNow what you need t o do is push your view as below :