Most voted "uitextfield" questions
10 questions
Sort by count of
-
2
votes2
answers194
viewsHow to make Uitextfield track keyboard level when typing
I have a little problem, I created an app that has a form where has 6 Uitextfield, but I have a problem running the app on an Iphone4 keyboard overlaps some Uitextfield and I can’t see the text I’m…
-
2
votes5
answers241
viewsUitextfielddelegate does not hide the keyboard
Good night, fellas I’m having a little trouble with Uitextfielddelegate. I intend that when the user clicks the return key (Back) the keyboard disappears for a few moments and goes back to textField…
-
1
votes1
answer238
viewsValidate Objective-C field
Setting: When filling out a form, it must be checked if one of the fields has been filled in correctly, containing 6 numbers followed by two initials that are the states of Brazil. This is not email…
-
1
votes5
answers2115
viewsHow to make the keyboard disappear when click out of it? Swift
I have a normal Textfield, but I’d like to know how to make the textField keyboard disappear when I click off it. I know how to make it disappear by clicking on Return using the delegate…
-
0
votes1
answer38
viewsuitextfield - Position cursor during editing
I am doing a treatment for Uitextfied editing to format text as decimal with decimal separators and thousands. My question is how to always position the cursor in the right corner of the text field?…
-
0
votes1
answer92
viewsUitextfield does not display keyboard (IOS / Objective C)
My field (Uitextfield) does not display the application keyboard when it is selected through the simulator.
-
0
votes0
answers203
viewsUitextfield does not take the text value of a Swift Array
Guys, I’m using core data to save user input to an array. Until then the code works perfectly, the problem is when to take some element of this array and put in the Uitextfield. The code doesn’t…
-
0
votes1
answer39
viewsSwift does not arrow the text in Uitextfiled after upgraded to Swift 3
I updated the XCode for Swift 3 last week and he converted all my code to the version of Swift 3. After that I’m trying to set the text inside a UITextField and it doesn’t work. I’ve already redid…
-
0
votes1
answer12
viewsHow to fix the final position of a texrtField after a Pangesture
I have a little problem with my code. I have a view with two textFields, one at the top and the other at the bottom, both on a View image. I added a Pangesture function to allow the movement of…
uitextfieldasked 5 years, 10 months ago Afonso 1 -
0
votes1
answer100
viewsSwift - Move Uitextfield up when it is inside a Uitableviewcell
Hello! I’m trying to move up a UITextField when he’s inside a UITableViewCell and the keyboard appears, but I don’t have a TableViewController. To UITableView is inside a ViewControllerregular. The…