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.

iPhone: Issue disabling Auto-Cap/autocorrect on a UITextField

For some reason, even though I disable the auto-cap and auto-correct of my UITextField, it's still capitalizing the first letter …

ios objective-c iphone uitextfield
Setting maximum number of characters of `UITextView ` and `UITextField `

I'd like to set a maximum number of characters allowed to be typed both in a UITextView and a UITextField. …

ios swift uitextfield uitextview
How to change the tint color of the clear button on a UITextField

I have an auto-generated clear button on my UITextfield, with the default blue tint color. I cannot change the tint …

ios objective-c swift uibutton uitextfield
UIKeyboard not appearing when tapping on UITextField

I had been into a weird problem, As every other thing is working fine. All of sudden when I compile …

ios xcode swift uitextfield
Border around UITextView

How do you add a border around a UITextView (like a UITextField)? I want to allow users to type multiple …

text uitextfield uitextview border cgrect
UI Test deleting text in text field

In my test I have a text field with a pre-existing text. I want to delete the content and type …

swift uitextfield xcode7 uikeyboard xcode-ui-testing
UITextField Value Changed Event?

How can I make it so that when the contents of a text field changes, a function is called?

iphone uitextfield
How to input currency format on a text field (from right to left) using Swift?

I have a number let’s say 0.00. When the user taps 1. We should have 0.01 When the user taps 2. We should …

ios swift uitextfield swift3 nsnumberformatter
How to add textField in UIAlertController?

I want to realize a function about changing password. It requires users to input their previous password in an alert …

ios objective-c uitextfield uialertcontroller
Super slow lag/delay on initial keyboard animation of UITextField

Alright, this problem has been driving me nuts. It takes roughly 3-4 seconds for the keyboard to pop up after …

objective-c ios cocoa-touch keyboard uitextfield