Hi everybody, I've some issue about my actual working project. Basically, I've created a UITextField in my latest view for password input. So, I've set in Interface Builder the control's properties (Type: Number Pad and Secure checkbox checked), as well as connected the outlet from my code and written the textFieldShouldReturn: delegate method in my .m controller file (and set the text field object to be the first responder as the view is displayed).
Now, while testing and debugging the application on my developer's company device, I saw that in the numeric keypad that shows up is missing a "return" key, so I the delegate method is never invoked... what am I missing?
Now, while testing and debugging the application on my developer's company device, I saw that in the numeric keypad that shows up is missing a "return" key, so I the delegate method is never invoked... what am I missing?