uiinputviewcontroller Questions
10
Solved
In Custom Keyboard Extension , we can't use
`didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation`
and sharedApplication.
I need to detect portrait or landscape ...
Gemmulation asked 11/6, 2014 at 15:29
4
Solved
I have a simple UIInputViewController subclass with only two overridden methods. I use this input view controller as inputAccessoryViewController on my UIViewController subclass which becomes first...
Appellate asked 30/9, 2014 at 11:46
1
Solved
I'm making custom keyboard with obj-c, Xcode 7 (tried 6 too). The issue is that keyboard is loading too slow.
I tried to load completely empty UIInputViewController's view - no changes. I have no x...
Trader asked 23/9, 2015 at 20:52
0
Is there any way of customizing inputView when editing a WKWebView? It doesn't have the set inputView as UITextView has, but an alternative may be to just load a custom inputViewController (custom ...
Ceilometer asked 17/8, 2015 at 8:51
2
I'm currently building a custom keyboard for iOS 8 though extensions. When the user presses a certain button on the keyboard view, I want to present a full screen modal view controller. When I try ...
Isolde asked 18/6, 2015 at 16:7
1
I get the error in the subject after this morning's upgrade to 8.3.
The code below used to work perfectly, however it doesn't compile anymore. Can any of you please help me?
protocol CustomAcces...
Incoordination asked 9/4, 2015 at 6:17
5
I'm creating a Custom Keyboard Extension for iOS 8.
I want to get the whole string that the user wrote in the text input field.
Unfortunately I stumble in to two main problems:
1) I get null in ...
Biddy asked 29/6, 2014 at 20:17
2
Solved
I've spent hours trying to figure out how to create/then get a custom inputView to work.
I have a grid of TextInputs (think scrabble board) that when pressed should load a custom inputView to inser...
Pigtail asked 28/10, 2014 at 5:13
2
Please bear with me, I searched a lot over the internet and I couldn't find a solution since it's a new API.
I am trying to create a custom keyboard for iOS 8. It works perfectly fine except in We...
Gigantism asked 29/7, 2014 at 18:6
3
Solved
I am developing custom keyboard with keyboard extension in iOS8.
I can dismiss keyboard with following method.
[self dismissKeyboard];
However above method is only dismiss keyboard. I want to d...
Bereniceberenson asked 23/6, 2014 at 12:19
1
Solved
I'm designing a custom keyboard for iOS 8. It works fine on any UITextField but when it's in UIWebView, it shows predictions. Since it's allowed to have custom keyboard in iOS 8 I assume there shou...
Verticillaster asked 30/7, 2014 at 15:43
1
© 2022 - 2024 — McMap. All rights reserved.