The resignfirstresponder tag has no wiki summary.
0
votes
1answer
60 views
resignFirstResponder changes frame value
I have a LoginViewController with two text fields and a button. I used storyboard, so these are not created programmatically. They are below each other.
Here's the .h file
@interface ...
0
votes
1answer
29 views
ECSlidingViewController resignFirstResponder when page slide
I need resignFirstResponder when a page slide with ECSlidingViewController.
If i use UIPanGestureRecognizer for that. Thats override ECSlidingViewController and cant slide page after use that.
0
votes
1answer
51 views
iOS: Finding out who is first responder on a dynamically changed UITableView
I have a UITableView which have custom cells with UITextFields in them. My UITableView is defined on my MainViewController, while my cells are defined in the CustomCellclass. Each time I press a ...
0
votes
3answers
101 views
Dismissing Keyboard FirstResponder problems
So i am making an app and am having some problems with dismissing the keyboard from UISearchBar and UITextFields. Here is the structure of my app:
NavigationController -> ViewC1 - (Modally)-> ViewC2 ...
0
votes
2answers
40 views
What executes textFieldDidBeginEditing on uitextfield within UITableCell
I have a UITextField inside a UITableViewCell (custom cell ).
I have 3 rows in my UITableView. the 2nd row is the text field row. The 3rd row is a link to open another view through an animation ...
1
vote
2answers
104 views
Making UITextField from another class resign first responder
I have an app which has a UITableView that uses custom cells, which I created a new class for, CustomCell. A new cell is created every time a press a certain button, and every cell has a UITextField. ...
-1
votes
2answers
93 views
tableview as a intelligence in iphone not working
I have a textfield and a tableview. User may select textfield data from tableview or any other data.but after entering user own data my tableview must disappear.how can i achieve this.if i use resign ...
0
votes
6answers
125 views
Keyboard is not resigning
Sorry for asking such a stupid question here.
Actually i have a list of textfield in which i am moving to next textfield by clicking on next button.
Its working fine but in that textfields one is for ...
1
vote
2answers
135 views
resignFirstResponder with subsequent processing problems (keyboard dismiss blocked or crash on iPhone 5)
I have the following workflow:
Input in Textfield -> (Return key of TextField pressed: resignFirstResponder, IBAction of Button called) -> IBAction of Button: perform an intensive operation
...
1
vote
1answer
146 views
UIKeyboard next button not going to next UITextField
I have been trying to figure out how to get the next button on the UIKeyboard to load the next UITextField.. I have two cells, Name and Email I would like to go from Name to Email using the Next ...
0
votes
0answers
52 views
Overriding resignFirstResponder fails
Trying to override resignFirstResponder methode of UISearchBar in order to make Cancel button always enabled:
@interface UISearchBar(alwaysEnableCancelButton)
- (BOOL)resignFirstResponder;
@end
...
0
votes
2answers
270 views
ios - resignFirstResponder not working
I have a view presented modally which contains 3 label.
The third label should not be editable and should show a UIDatePicker when clicked on it, and hiding keyboard if it displayed.
So I did that :
...
0
votes
1answer
257 views
UITextField keyboard dismissal behaviour different in iOS 6
I have some simple code that moves the 'firstResponder' between UITextFields by calling 'becomeFirstResponder' on each field in turn.
In iOS 5, the keyboard is shown as constantly, until the final ...
2
votes
2answers
163 views
Resign is not working in UITextField of UIAlertView?
i created alert view,in alert view one text field will come but when i click return button on keyboard it doesn't disappear,even i add the delegate to .h file.
...
1
vote
0answers
129 views
ios resignFirstResponder reset animation
First sorry for my poor English!!
In my app have a UIViewController and UIView is called subViewLogin inside subViewLogin have 2 UITextField are called username and password.When my app run ...
2
votes
2answers
210 views
resignFirstResponder on UITextView - slowing down the disappearance of the keyboard
I wonder is there any way to slow down the disappearance of a native keyboard in an iOS app when using resignFirstResponder on a TextView. The keyboard is going down too fast and I want it to go ...
0
votes
1answer
395 views
UI keyboard not appearing when UI textfield tapped after model to a different view controller
Ok. So I have been testing out a simple application on xcode to become familiar with the platform, but I've come across an interesting situation. Using storyboard, I've dragged two view controllers ...
0
votes
2answers
379 views
UITextField: force resignFirstResponder when tapped outside of it
I have a static UITableView that contains a number of UITextFields. When the user taps outside of any of the text fields I'd like to I'd like to dismiss the keyboard.
At the top level of my ...
1
vote
7answers
446 views
I can not hide keyboard by pressing return key
I have tried this:
In .h file :
@interface TouchLabelViewController : UIViewController<UITextFieldDelegate>
@property (strong, nonatomic) IBOutlet UITextField *aTextField;
...
0
votes
1answer
111 views
How to resign first responder when entering currency
I'd like to make my text field resign first responder after the cents are entered in a text field for entering currency. I'm using UIKeyboardTypeDecimalPad so only numerals are entered. When the ...
1
vote
6answers
924 views
ResignFirstResponder not working
-(IBAction)settings:(id)sender
{
[mileagerate resignFirstResponder];
[mainView bringSubviewToFront:mileageView];
mainView.hidden=TRUE;
[UIView beginAnimations:@"Settings" ...
2
votes
1answer
703 views
Live resizing of UITableViewCell without using reloadData?
First of all, forgive me if the answer is already out there (I honestly have been working and searching for about two weeks).
And now, the situation:
I have a UITextView as a subview of a ...
0
votes
2answers
1k views
Xcode - setFocus on a text field, becomeFirstResponder isn't enough
At the moment, I trigger a method on 'Did End On Exit' in my app (I'm aware that this may not be the greatest way of doing it but I'm very new to Objective C and Xcode for that matter and I'm simply ...
2
votes
2answers
1k views
iPhone: Hide Keyboard on App Did Enter Background or View Did Disappear
I have a UISearchBar which when clicked, shows the keyboard.
However if the user presses the home button while the keyboard is shown and then goes back into the app, the keyboard is still visible.
How ...
0
votes
3answers
2k views
Understanding resignFirstResponder with UITextField
I'm trying to get rid of the keyboard when the user touch outside my UITextField, by using this method:
- (void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
[mainTextController ...
0
votes
4answers
842 views
resignFirstResponder not hiding UIkeyboard in iPad
I have an iPad application in which resignFirstResponder does't seems to be working.
I have tried many solutions. I am just calling resign first responder from the instance of the firstResponder ...
0
votes
0answers
53 views
Stop keyboard when loadin AlerView?
I have a UIAlertView with textfield so user can enter text. When the alert appears it also shows the keyboard. I want to stop the keyboard from appearing until the user click into the textfield. How ...
3
votes
1answer
628 views
How To Resign The UITextView With Done Button
i was wondering if any of you knew how to get access to that done button that appears above the keyboard when editing.
I have seen it before, above the keyboard there is a transparent black area and ...
0
votes
0answers
71 views
ios 4.3 doesn't work resignfirstresponder
[toolbarHolderTF becomeFirstResponder];
[toolbarHolderTF resignFirstResponder];
Shall be capable of a keyboard, and it remains.
3
votes
1answer
221 views
Receiving RemoteControlEvents to First Tab when interacting in Second Tab in a TabBar Controlled iOS App
I am developing an iOS app with a tab bar controller. In the first tab, I placed an instance of AVQueuePlayer to start playing music from the web. I did all coding to allow play and pause events ...
1
vote
5answers
1k views
Dismiss keyboard for UITextView without using Return key
I'm using a UITextView and want to keep the normal usage of Return key, i.e. to insert a new line. But how do I dismiss the keyboard when I can't use the Return key for that?
2
votes
5answers
2k views
keyboard not responding to resignFirstResponder
Instead of showing the keyboard I want to display a popover view when a textField is selected (my code is at the bottom). If the keyboard isn't showing then everything works great. However, if the ...
0
votes
3answers
328 views
iOS: UIImagePickerController and ResignFirstResponder
I have an application that allows the user to select a photo from their camera roll, and display it in a UIImageView. But, after they tap on which image they would like to display, the camera roll's ...
0
votes
3answers
159 views
ResignFirstResponder in ABNewPersonViewController after editing
On a class that subclasses ABNewPersonViewController in edit mode, I am loading a transparent view(xib file).
When I am doing some edits, the keyboard pops up and even after I am loading the next ...
0
votes
1answer
341 views
Why won't text fields respond to hiding the keyboard?
This is my code:
- (BOOL) textFieldShouldReturn:(UITextField *)textField {
[txtSiteDesc resignFirstResponder];
[txtDesc resignFirstResponder];
[ssFS resignFirstResponder];
return ...
0
votes
1answer
166 views
How do i resign the keyboard from a text field in my app settings
IOS xcode, in my root.plist i have 3 text fields. The user is able to change the strings for these fields which then saves in the nsUserDefault. While in the app settings page if the user click on ...
0
votes
2answers
607 views
UISearchBar doesn't answer to resignFirstResponder when I want
I have a UITableView with an attached UISearchBar. When the user taps the search key in the keyboard I want to send a request to a server to get some information. Everything works fine, but the ...
0
votes
3answers
633 views
Remove keyboard when table cell selected
I have a modal set up like this:
Despite appearances, the first two fields are UITextFields that become first responders and display the keyboard. The third 'Department' item is a table view and ...
0
votes
1answer
1k views
MonoTouch Dismiss Keyboard (sort of)
I am writing a MonoTouch iOS app. I have read many postings about ResignFirstResponder and I am using that.
My app is a typical table view app. I have done my own custom table cell view. The ...
3
votes
3answers
2k views
Keeping object on top of keyboard in the event of becomeFirstResponder or resignFirstResponder?
I currently have a UITextField on top of a keyboard. When you tap it, it should stick on top of the keyboard and move up smoothly. I don't know the exact duration and animation type of the keyboard, ...
0
votes
1answer
210 views
Keep UITextField from resigning first responder status
In my UITableView I have only a single cell, with a UITextField in it. The setup is identical to the change phone name table view on the iPhone with iOS 5. The problem is, whenever the user drags the ...
2
votes
2answers
702 views
iOS: “Message sent to deallocated instance” when resign first responder on a UITextView when its auto correction pop-up is shown
I have a custom toolbar with a "Done" button for the input accessary view of my text view. When this "Done" button is tapped I want to resign the text view from the first responder, so I call:
...
1
vote
2answers
3k views
UISearchBar won't hide keyboard on resignFirstResponder when moving to another view controller
I have a UISearchBar that behaves normally - the keyboard goes away if I hit "Search" or "Cancel".
However, when I push a new view controller on my navigation stack, if the keyboard is open, it ...
8
votes
3answers
2k views
UITextField's keyboard won't dismiss. No, really
I have a table view in a modal form sheet (iPad), and one of the cells contains a UITextField. My view controller holds a reference to the text field and is also its delegate.
When the text field ...
0
votes
2answers
231 views
Speed up keyboard dismissing or wait until it's done
I'm having an issue with my save button in a modal UINavController. When I press the save button, I'm dismissing the keyboard if it is still up, validating the data from the text fields, then showing ...
0
votes
1answer
139 views
InAppSettings keyboardDidHide or resignedFirstResponder
I'm using InAppSettings with great success. Now I need to dismiss the inAppSettings modal VC when editing ends in a TextField in inAppSettings (the user hits Done on the keyboard).
InAppSettings has ...
0
votes
1answer
210 views
Objective-C app crash “message sent to deallocated instance 0x..”
i have a table view with cells containing textFields in it.
there are more than 20 rows in table.
when i'm entering something into text fields and scrolling after sometime my app is crashed i'm ...
0
votes
2answers
484 views
TextField will NOT resign first responder with UIModalPresentationFormSheet view
I've created a button on one viewController that loads another view modally using the UIModalPresentationFormSheet presentation style. On this loaded view, I have two textFields, and I'm forcing the ...
1
vote
1answer
173 views
NSSearchFiled resign first responder
I have following code snippet to create NSSearchField programmatically
mysearchField = [ [ NSSearchField alloc ] init];
[[mysearchField cell] setPlaceholderString:@"Page Number & Press Enter"];
...
-1
votes
3answers
3k views
Dismiss keyboard of TextField programmatically
I know how to use the following method by Interface Builder.
-(void)dismissKeyboard
{
[testTextField resignFirstResponder];
}
In this way, when I touch the area outside the keyboard or tap the ...




