iPhone: MultiTouching -


i have lot of buttons on view. , when hold finger @ 1 of them, still can tup on others buttons , actions. how block ? thanks...

did u try setting exclusivetouch property yes?

exclusivetouch

a boolean value indicates whether receiver handles touch events exclusively.

@property(nonatomic, getter=isexclusivetouch) bool exclusivetouch

discussion

setting property yes causes receiver block delivery of touch events other views in same window. default value of property no.

availability

available in ios 2.0 , later.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -