uitextviewdelegate Questions
3
This seems impossible, but maybe someone else has had the same problem.
Is it possible for me to accept an autocomplete programmatically, or in some way get the suggested word that pops up? My pro...
Jorgenson asked 14/12, 2011 at 9:42
1
Solved
I use the UITextViewDelegate and add a InputAccessoryView in textViewDidBeginEditing:
[textView setInputAccessoryView:doneBar];
The doneBar is not nil and it appears on second opening.
Has anyo...
Protamine asked 27/4, 2011 at 11:25
1
Solved
I'm trying to integrate the undo/redo features in a UITextView (I'm building a LateX editor) with no luck and to be honest I'm really confused about this argument. I don't understand the steps invo...
Sitarski asked 22/2, 2011 at 14:38
© 2022 - 2024 — McMap. All rights reserved.