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.

Add Placeholder to UITextField, how to set the placeholder text programmatically in swift?

I'm pulling out a phone number from a database, and when the user begins editing in the text field to …

swift uitextfield placeholder
Show datepicker on textfield tap

I'm very new to iOS so obviously I'm missing a few concepts when trying to follow this solution Display datepicker …

ios xcode uitextfield uidatepicker
Shake Animation for UITextField/UIView in Swift

I am trying to figure out how to make the text Field shake on button press when the user leaves …

ios swift uitextfield
Changing textField border color iOS

I want to change UITextField border color. Is it possible to customize the color of border? I searched all options …

ios objective-c uitextfield xib
Control cursor position in UITextField

I have a UITextField that I'm forcing formatting on by modifying the text inside the change notification handler. This works …

ios iphone uitextfield uitextposition uitextrange
UITextField with secure entry, always getting cleared before editing

I am having a weird issue in which my UITextField which holds a secure entry is always getting cleared when …

iphone uitextfield
Blank space at top of UITextView in iOS 10

I have UITextView with some text in it. Everything was fine with iOS 6 but now with iOS 7 it leaves the …

ios iphone xcode cocoa-touch uitextfield
How to detect delete key on an UITextField in iOS 8?

I have subclassed UITextField and implemented the UIKeyInput protocol's deleteBackward method to detect backspace being pressed. This works fine on …

ios uitextfield ios8 uitextfielddelegate uikeyinput
How to do a live UITextField count while typing (Swift)?

I would like to count the character when user keep typing in UITextField with swift. Image of Field and Label: …

ios swift uitextfield uitextview
iPhone UITextField background color

I am unable to control the background color of a UITextField with a borderStyle= UITextBorderStyleRoundedRect. With this border style the …

ios uitextfield background-color