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.

Text inset for UITextField?

I would like to inset the text of a UITextField. Is this possible?

ios cocoa-touch uitextfield
How do you dismiss the keyboard when editing a UITextField

I know that I need to tell my UITextField to resign first responder when I want to dismis the keyboard, …

ios iphone cocoa-touch uitextfield uikeyboard
How to dismiss keyboard iOS programmatically when pressing return

I created a UITextField programmatically making the UITextField a property of the viewController. I need to dismiss the keyboard with …

ios keyboard uitextfield
Programmatically change UITextField Keyboard type

Is it possible to programmatically change the keyboard type of a uitextfield so that something like this would be possible: …

iphone ios uitextfield uikeyboard
Having a UITextField in a UITableViewCell

I'm trying to do that for a couple of days now, and after reading tons of messages of people trying …

ios objective-c uitableview cocoa-touch uitextfield
UITextField border color

I have really great wish to set my own color to UITextField border. But so far I could find out …

ios colors uikit uitextfield border
How to set UITextField height?

I am using a UITextField. I want to increase its height but I have not found any property to do …

iphone ios xcode uitextfield
Create space at the beginning of a UITextField

I want to leave a bit of space at the beginning of a UITextField, just like here: Add lefthand margin …

ios swift cocoa-touch uitextfield
Max length UITextField

When I've tried How to you set the maximum number of characters that can be entered into a UITextField using …

ios swift uitextfield character max
Change UITextField and UITextView Cursor / Caret Color

I'm wondering about changing the color of the cursor / caret in a UITextField (And UITextView if its the same answer) …

ios colors uitextfield cursor uitextview