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.
I'm pulling out a phone number from a database, and when the user begins editing in the text field to …
swift uitextfield placeholderI'm very new to iOS so obviously I'm missing a few concepts when trying to follow this solution Display datepicker …
ios xcode uitextfield uidatepickerI am trying to figure out how to make the text Field shake on button press when the user leaves …
ios swift uitextfieldI want to change UITextField border color. Is it possible to customize the color of border? I searched all options …
ios objective-c uitextfield xibI have a UITextField that I'm forcing formatting on by modifying the text inside the change notification handler. This works …
ios iphone uitextfield uitextposition uitextrangeI am having a weird issue in which my UITextField which holds a secure entry is always getting cleared when …
iphone uitextfieldI 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 uitextfieldI have subclassed UITextField and implemented the UIKeyInput protocol's deleteBackward method to detect backspace being pressed. This works fine on …
ios uitextfield ios8 uitextfielddelegate uikeyinputI would like to count the character when user keep typing in UITextField with swift. Image of Field and Label: …
ios swift uitextfield uitextviewI am unable to control the background color of a UITextField with a borderStyle= UITextBorderStyleRoundedRect. With this border style the …
ios uitextfield background-color