Skip to main content
6 votes
2 answers
259 views
+100

I’m developing a custom keyboard extension using UIInputViewController. When my keyboard is active on iOS 16+, the system places a dictation (microphone) button at the bottom-right corner of the ...
amirhozaifa's user avatar
1 vote
0 answers
92 views

I am developing an iOS keyboard app where i need to select specific text programmatically. Suppose I want to highlight a word of a sentence on a button click(attached an image for reference).I found ...
im07's user avatar
  • 416
4 votes
0 answers
183 views

I am typing string text on textDocumentProxy in a custom keyboard app. The input text includes newlines and punctuation letters, but when I try to edit the textDocumentProxy field, the ...
Pavunraj's user avatar
-1 votes
1 answer
523 views

I have made a custom keyboard using a .xib and .swift file. I set it for a textfield by doing the following: let customNumberPad = CustomNumberPad() length.inputView = customNumberPad.inputView ...
WillM00's user avatar
2 votes
1 answer
663 views

I'm making a custom keyboard with an UIInputViewController. I want to display a xib layout inside a rect. Right now, I determine the correct size of the CGRect, in which I place my xib layout, from ...
teafortay's user avatar
0 votes
0 answers
67 views

I am trying to add native UIDatePicker a String option which which will represent the option for Ongoing, like job start-end intervals. However could not manage to find something. I tried to create a ...
Faruk's user avatar
  • 2,469
3 votes
0 answers
1k views

So I've started to learn Swift and made the decision to write my first app using SwiftUI. I would like to use a custom in-app keyboard (another SwiftUI view) to make my app easier to use. But I can't ...
naz's user avatar
  • 31
0 votes
1 answer
126 views

I want to make a custom keyboard that types custom emojis instead of just letters and numbers. The following code helps me type just a letter or number [self.textDocumentProxy insertText:[key ...
VV2020's user avatar
  • 1
-2 votes
1 answer
650 views

Here I'am working on CustomKeyboardExtension. In my extensible .swift class file the class definition starts with UIInputViewController class KeyboardViewController: UIInputViewController { @...
steveSarsawa's user avatar
  • 1,761
2 votes
0 answers
225 views

I'm making ios keyboard extension and it contains view which has a TextField, but I realized this view is keyboard itself... To input text in this TextField, what is the best solution? That's all I ...
kazuwombat's user avatar
  • 1,703
0 votes
1 answer
128 views

I have created a UICollectionView subclass which I want to use to provide the keys in a UIInputViewController as a keyboard extension. But I have found that attempting to instantiate a ...
mashers's user avatar
  • 1,109
1 vote
2 answers
3k views

I'm sure this is ridiculously easy, but I cannot get a simple example, with a UIInputViewController, to work. I've got two buttons, they show up, but tapping on them has no effect. In Googling, I ...
Michael Rogers's user avatar
3 votes
2 answers
2k views

I'm trying to create a custom chat toolbar to display a text view with the message, along with buttons to allow photo selection. I reworked my code this morning to very closely follow this WWDC 2017 ...
Joel's user avatar
  • 43
0 votes
1 answer
116 views

I build a custom keyboard by codes. On the self.inputView, add some buttons to input custom content. the core codes as follows: [self.wordsSenders enumerateObjectsUsingBlock:^(UIButton * _Nonnull ...
ZeroOnet's user avatar
2 votes
1 answer
487 views

I have UIView Subclass to which I have added a UITextField. I have set this view as my Viewcontroller's top view. In the UIViewSubclass, I have overridden inputViewController getter to provide a ...
user2990765's user avatar

15 30 50 per page
1
2 3 4 5