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.
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 uitextfieldI'd like to set a maximum number of characters allowed to be typed both in a UITextView and a UITextField. …
ios swift uitextfield uitextviewI 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 uitextfieldI had been into a weird problem, As every other thing is working fine. All of sudden when I compile …
ios xcode swift uitextfieldHow do you add a border around a UITextView (like a UITextField)? I want to allow users to type multiple …
text uitextfield uitextview border cgrectIn 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-testingHow can I make it so that when the contents of a text field changes, a function is called?
iphone uitextfieldI 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 nsnumberformatterI want to realize a function about changing password. It requires users to input their previous password in an alert …
ios objective-c uitextfield uialertcontrollerAlright, 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