Reputation: 42444
I have an image bar which slides on move. But when i single tap on that bar its shows a magnifier. How i can disable that magnifier on tap?
Upvotes: 0
Views: 570
Reputation: 33345
try returning NO here – canPerformAction:withSender:
– canPerformAction:withSender:
http://developer.apple.com/library/ios/documentation/UIKit/Reference/UIResponder_Class/Reference/Reference.html#//apple_ref/occ/instm/UIResponder/canPerformAction:withSender:
Upvotes: 1