-
Is this possible to achieve? Some of the tests I'm running depend of the system keyboard to be displayed as well. I've tried many things, without success.
-
### Command
```
/usr/local/bin/pod install
```
### Report
- What did you do?
`pod install`
- What did you expect to happen?
Re-install all cocoapods so they work with cocoapods 1.1.1 and xcode 8
- …
-
-
Quick steps to reproduce:
- Set shakeToClearEnabled to YES
- Invoke a shake gesture
- Choose either Cancel or Undo
-
After clicking on number section on keyboard and then press a number (eg. 1,2,3,...) , it returns to alphabet part each time and it doesn't remain in "number section".
![ezgif-2783581416](https://clo…
-
If don't hide the keyboard before moving to another viewController, after return textInputbar in center screen. It begins after first transition.
![untitled](https://cloud.githubusercontent.com/assets…
-
Is it possible to configure the return key to type a new line instead of sending?
emuye updated
8 years ago
-
Running fastlane beta results in a timeout on a sigh step. Is there a way of overriding the timeout setting? Weird error, the dev portal works fine in the browser...
Wojciechs-MacBook-Pro:src wojtek$…
-
I have a `UIView` I want to display to the right of my collection view. It should be a sibling view to the collection view. I previously did this in the storyboard using auto layout. Now that SlackTex…
-
I'm writing for iOS8 but testing my app on iOS9.
I have `self.keyboardPanningEnabled = true` and I'm not override any scrollView delegates.
I also ran the example-swift app on iOS9 simulator. When I…