Questions tagged as 'uitextfield'

2
answers

How to make UITextField keep track of keyboard level when typing

I have a problem, I created an app that has a form where it has 6 UITextField , but I have a problem when running the app on an iphone4 the keyboard overlays some UITextField and I can not see the text I'm typing in, I've placed a UIScrollVi...
asked by 27.08.2015 / 15:29
5
answers

UITextFieldDelegate does not hide the keyboard

Good evening, comrades I'm having a little problem with UITextFieldDelegate. I intend that when the user clicks the return key (Back) the keyboard disappears for a few moments and return the textField to write something again. But the Return...
asked by 27.03.2017 / 01:40
5
answers

How to make the keyboard disappear when clicking outside of it? Swift

I have a normal TextField, but I would like to know how to make the textField keyboard disappear when I click outside it. I know to make it disappear by clicking return using the textFieldShouldReturn delegate, but I would like to know when I cl...
asked by 29.07.2015 / 18:39
1
answer

Validate field in Objective-C

Scenery: When filling in a form, it should be checked if one of the fields was filled in correctly, containing 6 numbers followed by two initials that are the Brazilian states. It's not about email or password field, just a simple field....
asked by 21.10.2014 / 20:45
1
answer

UITextField - Position the cursor during editing

I am making a UITextFied edit treatment to format text as decimal with decimal and thousands separators. My question is how to position the cursor always in the right corner of the text field? Thankful     
asked by 13.04.2015 / 19:00
1
answer

UITextField does not display keyboard (IOS / Objective C) [closed]

My field (UITextField) does not display the application keyboard when selected through the simulator.     
asked by 08.05.2015 / 20:06
1
answer

Swift does not arrow text in UITextFiled after updated to swift 3

I updated XCode to Swift 3 last week and it converted all my code to the Swift 3 version. After this I'm trying to set the text inside a UITextField and it does not work. I have already re-done all the UI connections...
asked by 04.11.2016 / 18:40
1
answer

Swift - Move UItextField up when it is inside a UITableViewCell

Hello I'm trying to move up a UITextField when it's inside a UITableViewCell and the keyboard appears, but I do not have a TableViewController . The UITableView is within a% regular%. The code below works well fo...
asked by 24.05.2016 / 22:03
0
answers

UITextField does not take the text value of an Array Swift

I'm using core data to save the user's input into an array. Until then the code works perfectly, the problem is to pick up some element of that array and put it in the UITextField. The code has no errors, just does not work as it should. @IBOu...
asked by 14.07.2015 / 19:31