2014年9月22日

UIGestureRecognizerDelegate

摘要: Regulating Gesture Recognition- (BOOL)gestureRecognizerShouldBegin:(UIGestureRecognizer *)gestureRecognizer//Asks the delegate if a gesture recognizer... 阅读全文

posted @ 2014-09-22 20:35 嘉遁 阅读(521) 评论(0) 推荐(0) 编辑

UITapGestureRecognizer

摘要: Configuring the Gesture@property(nonatomic) NSUInteger numberOfTapsRequired@property(nonatomic) NSUInteger numberOfTouchesRequired例子 // 单击的 Recogni... 阅读全文

posted @ 2014-09-22 20:20 嘉遁 阅读(166) 评论(0) 推荐(0) 编辑

UIPinchGestureRecognizer UIRotationGestureRecognizer

摘要: UIPinchGestureRecognizer@property(nonatomic) CGFloat scale@property(nonatomic, readonly) CGFloat velocityUIRotationGestureRecognizer@property(nonatomi... 阅读全文

posted @ 2014-09-22 18:04 嘉遁 阅读(249) 评论(0) 推荐(0) 编辑

UIPanGestureRecognizer UIScreenEdgePanGestureRecognizer

摘要: Configuring the Gesture Recognizer@property(nonatomic) NSUInteger maximumNumberOfTouches//The maximum number of fingers that can be touching the view ... 阅读全文

posted @ 2014-09-22 17:03 嘉遁 阅读(495) 评论(0) 推荐(0) 编辑

UIGestureRecognizer

摘要: Initializing a Gesture Recognizer- (instancetype)initWithTarget:(id)target action:(SEL)action//创建一个UIGestureRecognizer,包含它的出发函数Adding and Removing Tar... 阅读全文

posted @ 2014-09-22 16:05 嘉遁 阅读(276) 评论(0) 推荐(0) 编辑

导航