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

javascript - Iterate over array and calculate average values of array-parts -

php - Time zone issue -

iphone - Using nested NSDictionary with Picker -