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.

UITextField resign first responder iOS4

I have a simple piece of code that works on every system except iOS4. It's about resigning first responder for …

iphone uitextfield ios4 first-responder
TextField with Label over the border at Top-Left position

I need to implement outline textfield with placeholder in my swift project one like the Material UI. I tried googling …

ios swift uitextfield material-components-ios
Implement a autocomplete textfield Objective C

I am starting to work with text fields, and I want to implement a functionality with a custom autocomplete. In …

ios objective-c uitextfield uitextview uitextfielddelegate
UITextField highlight all text

I have searched through stackoverflow for a similar problem and found recommended solutions that worked for others but none of …

iphone uitextfield ios7 xcode5 selectall
How to detect when user used Password AutoFill on a UITextField

I've implemented all the app and server changes necessary to support Password Autofill on iOS 11, and it works well. I'd …

ios uitextfield autofill uitextfielddelegate
iOS 6 UITextField Secure - How to detect backspace clearing all characters?

In iOS 6 if you type text into a secure text field, change to another text field, then come back to …

cocoa-touch ios6 uitextfield uitextfielddelegate
How do I limit text lengths for different UITextFields in Swift?

I have an iOS Xcode 7.3 Swift2 project I'm working on. It has different UITextFields that are limited to 3 digits, specifically …

ios swift2 uitextfield limit uitextfielddelegate
Custom inputView for UITextField , how do I direct input back to the text field?

I have set a custom inputView to my UITextField. I need a way to display the data selected in my …

ios cocoa-touch uitextfield first-responder inputview
ResignFirstResponder doesn't dismiss the keyboard (iPhone)

I've searched through this site that I couldn't find a solution to the problem I'm facing now. Hope someone can …

iphone keyboard uitextfield uialertview dismiss