Disabling Magnifying Glass in UITextView in an iPhone App

Posted by tgm on Stack Overflow See other posts from Stack Overflow or by tgm
Published on 2010-04-04T01:28:19Z Indexed on 2010/04/04 1:33 UTC
Read the original article Hit count: 776

Filed under:
|
|

I want to display text and I want to be able to know where in this text a user touches. Because the text could be long, I wanted to use a UITextView so that wrapping and everything would be taken care of. I want my own event handling for when a touch begins or moves. My problem is that the magnifying glass and select/select all menu are interrupting my touchesMoved events.

How can i disable the magnifying glass, but still have user interaction enabled so that I can detect the touches?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitextview