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.

Disable auto correction of UITextField

When I try to edit texts in my iPhone application (UITextfield), it auto-corrects my input. Could you let me know …

ios objective-c uitextfield
iPhone: UITextField End Editing event doesn't hide keyboard

I want to hide keyboard on UITextField end editing event but somehow I am not able to get following code …

iphone keyboard uitextfield hide uitextfielddelegate
Close the keyboard on UITextField

I'm a newbie developing for iOS devices. I inserted an UITextField on InterfaceBuilder, and I assigned with the code: @interface …

uitextfield ios-4.2 iphone
How to make UITableview with Textfield in swift?

I want to make a table view with textfields in each cell, I have a custom class in a swift …

ios swift uitableview uitextfield cell
Allow only alphanumeric characters for a UITextField

How would I go about allowing inputting only alphanumeric characters in an iOS UITextField?

ios uitextfield uitextfielddelegate
Cursor not showing up in UITextView

Can anyone think of a reason that the blinking cursor would not show up in a UITextView? I have a …

ios iphone ipad uitextfield uitextview
how to show pickerview in uitextfield not the keyboard?

I want to show a UIPickerView on becoming FirstResponder of a UITextfield not the keyboard and fill the value in …

iphone xcode uitextfield uipickerview
Moving Onto The Next UITextField When 'Next' Is Tapped

I have an iPad application which has a sign up form within it. The form is very basic and contains …

objective-c xcode ipad ios4 uitextfield
Placeholder text not centered for UITextField created programmatically

I am creating a UITextField programmatically and placing it inside a UIView. The font size is set to 15.0f (system …

iphone uitextfield
Resize a UITextField while typing (by using Autolayout)

I have a UITableViewCell which has two UITextFields (without borders). The following constraints are used to set up the horizontal …

iphone cocoa-touch uitextfield autolayout