Skip to main content

cursor - How to draw caret in the scroll view on iOS using system API? -


i working on edit app, view inherits scroll view, , draw things manually. need insertion indicator, may refer caret(as know windows use term) or cursor(not mouse cursor). not sure term apple use. googled before , know can draw line manually, or create clear background text view on it, don't these ways. hope there system apis this, more native. 1 can figure out?

cursor - how draw caret in scroll view on ios using system api? - stack overflow

learn, share, build

each month, on 50 million developers come stack overflow learn, share knowledge, , build careers.

join world’s largest developer community.

sign up

i working on edit app, view inherits scroll view, , draw things manually. need insertion indicator, may refer caret(as know windows use term) or cursor(not mouse cursor). not sure term apple use. googled before , know can draw line manually, or create clear background text view on it, don't these ways. hope there system apis this, more native. 1 can figure out?

share|improve question
    
i'm interested in too. – bilby91 oct 11 '13 @ 6:28

your answer

 
discard

posting answer, agree privacy policy , terms of service.

browse other questions tagged or ask own question.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -