-
Hi,
Meant like a close button ,
Thanks in advance
-
Hello
on the following commit:
https://github.com/hackiftekhar/IQKeyboardManager/commit/81a57f356d3fe98055d267707269d146d66a14e7#diff-dd3d05f4b44e2fa3c6d4e9f1ba3c546cR1364
line 1364 the setting of the…
-
I need to customize accessory view with the specific background color or want to add some button in keyboard toolbar.
My IQKeyboardManager configuration
``` objc
[[IQKeyboardManager sharedManager] s…
giver updated
9 years ago
-
@dzenbot
0oneo updated
9 years ago
-
Seems like a new feature, but is there a way to opt out of `XLFormRowNavigationAccessoryView`? It's also overwriting `returnKeyType` of `XLFormTextFieldCell`, which is very unpleasant. Should be fixed…
-
![screen shot 2014-01-10 at 6 34 06 pm](https://f.cloud.github.com/assets/1895421/1889012/18dd28cc-7a15-11e3-83fa-0bb235fdcf62.png)
If you dismiss the keyboard by scrolling then scroll in the opposite…
-
I cannot manage setEnablePrevious (and next) method to work.
Here's what I'm doing:
```
- (void)viewDidLoad {
[super viewDidLoad];
[self.tfName setEnablePrevious:false next:false];
}
```
Ho…
-
I am setting up my custom chooser view with the following constraints like so:
``` objc
UIView *keyboardToolbar = [[UIView alloc] initWithFrame:CGRectMake(0, 0, self.frame.size.width, 50)];
keyboardT…
-
So if you tap into a UITextField and its siblings are disabled, it will not display the move arrows. When those fields are later enabled, the move arrows will still not display. This is because inputA…
-
Is there a reason you do not use the ~~[`inputView`](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIResponder_Class/#//apple_ref/occ/instp/UIResponder/inputView)~~ _`inputAcce…