-
Hey!
First off thanks for the GitHawk app, I use it all the time! I liked your implementation of autocomplete, as I to did something similar for an [InputAccessoryView](https://github.com/nathantan…
-
I have a lot of characters,but I don't want to edit them, and textView.editable = NO. So that when I click the textView, the keyboard.toobar will appear, and I double click the textView, it will rolli…
-
## General Information
In my app I replace the text input bar with a "Login" button when a user is not logged in by overriding inputAccessoryView - something like:
```
open var inputAccessoryView: …
-
We've found `self.bar.inputTextView.becomeFirstResponder()` has to be called in or after `viewDidAppear`. Placing this call earlier in the view's lifecycle has no effect. We've also tried calling `bec…
-
snackbar block by keybord
-
Tried the following:
in my StakesViewController:
```
IQKeyboardManager.sharedManager().enable = false
IQKeyboardManager.sharedManager().enableAutoToolbar = false
```
in my AppDelegate:
```
…
-
### Expected behavior
On an iPhone X the Media toolbar should always be on top of the media items
### Actual behavior
Media toolbar moves up and leaves a gap between the toolbar and the media…
-
`
let nextButtonItem = UIBarButtonItem(title: NSLocalizedString("NEXT",
comment: ""),
…
-
I Just added RichEditroView in my project(implemented in swift) via pods. Now, Initializing RichEditorView, with given frame, makes app to crash.
The app is getting crashed at :
line 29:
filenam…
-