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 am trying to apply NSAttributedString styles to a UITextField after processing a new text entry, keystroke by keystroke. The …
ios swift uitextfield uitextfielddelegateCan anyone tell me how to validate UITextFields inside of a UIAlertController? I need it to prevent the user from …
ios swift uitextfield uialertviewI am creating a feedback form in an ios7 application and want to place few UITextFields which contain hints in …
objective-c ios7 uitextfield xcode5.0.1I am currently trying to track the states of a textfield. I am using a custom datePicker which sets the …
ios cocoa-touch uitextfield uidatepickerI have a text field in my UI that when it's selected presents a UIDatePicker instead of the default keyboard, …
ios uitextfield uidatepicker inputviewI'm trying to create a search bar like this: But I'm noticing that I'm probably going to have to replace …
ios swift uitextfield uisearchbar uisearchcontrollerIs there any way for me to get at a UITextField's current caret position through the text field's UITextRange object? …
ios uitextfield uitextrange uitextpositionI have a 3 UITextField with placeholder text set. On one of the UITextField I want the placeholder text to be …
iphone objective-c ios uitextfield subclassIs it possible to gain access to a delegate method that will allow additional actions to be performed when the "…
iphone uitextfield uisearchbarIn my iPad app, I noticed different behavior between iOS 6 and iOS 7 with UITextFields. I create the UITextField as follows: …
ios objective-c ios7 uitextfield space