Top "Uitextfield" questions

A UITextField object is a control that displays editable text and sends an action message to a target object when the user presses the return button.

resignFirstResponder vs. endEditing for Keyboard Dismissal

In Swift, both [someTextField].resignFirstResponder() and self.view.endEditing(true) accomplish the same task - hiding the keyboard from the …

ios swift uitextfield
UIPickerView - 1st row selection does not call didSelectRow

I have a UIPickerView on my UIView along with a UITextField. I am letting the user select a value from …

iphone uitextfield uipickerview
Is it possible to change color of single word in UITextView and UITextField

Is it possible to change color of single word in UITextView and UITextField ? If i have typed a word with …

ios objective-c uitextfield uitextview nsattributedstring
It is possible to show keyboard without using UITextField and UITextView iphone app?

I am working in iPhone messaging based app. I want to show keyboard with keyboard inputAccessoryView in keyboard without using …

iphone ios uitextfield uitextview uikeyboard
how to move cursor in UITextField after setting its value

can anybody help me with this: i need to implement UITextField for input number. This number should always be in …

ios uitextfield nsnumberformatter selectedtext
Elegantly replace iPhone keyboard with UIPickerView

I have a table view that has embedded UITextFields for entering some data. It also has two other fields that …

iphone uitextfield uipickerview uidatepicker
Can I select a specific block of text in a UITextField?

I have a UITextField in my iPhone app. I know how to make the text field select all of its …

iphone iphone-sdk-3.0 uitextfield textselection
Toolbar with "Previous" and "Next" for Keyboard inputAccessoryView

I've been trying to implement this toolbar, where only the 'Next' button is enabled when the top textField is the …

ios keyboard uitextfield uisegmentedcontrol accessory
How to make UITextField behave like a UISearchBar in Swift?

I am working on an new App using UITableView and a UISearchBar in Swift and it's already working fine. But …

swift uitextfield ios8 uisearchbar uisearchbardelegate
Disable UIScrollView scrolling when UITextField becomes first responder

When a UITextField, embedded in a UIScrollView becomes first responder, by lets say the user typing in some character, the …

iphone uiscrollview uitextfield