I have not editable UITextView. When it get focus, the cursor position is on the begining. How can I set position of cursor? (I am using iPhone devise with Braille keyboard and when not editable UITextView get focus, I have text from the very begining of it, so I need to set position of cursor.)
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- Could I create “Call” button in HTML 5 IPhone appl
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- Unable to process app at this time due to a genera
- Swift - hide pickerView after value selected
- How do you detect key up / key down events from a
If you want to set cursor position at the end then use this delegate like this::
Remember one thing set UITextView property to yes for displaying cursor