I have an UIView in which I draw texts using drawAtPoint:withFont:. Now I want users be able to select the texts by touch-and-hold, the same way as with UITextField or UITextView. I can draw selection rectangle without problem, however, I cannot find anywhere in documentation describing how to display the tracker (two blue bars) allowing users to change the selection. Does anyone have a clue?
Thank you in advance!