I want to add one editor like this photo to my uitextview is that possible to use some thing like this in one apps ( Delegate ) like table or choose deferent font size in top of uikeyboard as uitoolbar
Asked
Active
Viewed 815 times
0

Miloo
- 117
- 1
- 2
- 10
-
1Check this out: https://stackoverflow.com/questions/41460754/how-to-add-buttons-above-keyboard – M. Wojcik Feb 14 '18 at 08:30
-
https://stackoverflow.com/questions/23904848/how-to-add-toolbar-above-keyboard – McDonal_11 Feb 14 '18 at 08:31
-
Yes, of course! You should create a new `UIView` object with desired size. And add this view as `inputAccessoryView` of your `textField` – Mannopson Feb 14 '18 at 08:33
-
@wojcik I need exactly same toolbar – Miloo Feb 14 '18 at 08:41
-
Go for, **Bartłomiej Semańczyk** answer in that LINK. – McDonal_11 Feb 14 '18 at 09:30
-
you will get exactly that – McDonal_11 Feb 14 '18 at 09:30
-
You u have to customise as per ur need. – McDonal_11 Feb 14 '18 at 09:30
1 Answers
0
Use a custom input view or,if you need it, a custom keyboard.
https://developer.apple.com/ios/human-interface-guidelines/extensions/custom-keyboards/

Gigi
- 616
- 6
- 7