
手势
文章平均质量分 68
Joycecsdn
梦想不去做,只是妄想,一个行动胜过百个空想,坚持下去。^_^
展开
-
interactivePopGestureRecognizer右滑手势
苹果一直都在人机交互中尽力做到极致,在iOS7中,新增加了一个小小的功能,也就是这个api:self.navigationController.interactivePopGestureRecognizer.enabled= YES; 这个api功能就是在NavigationController堆栈内的UIViewController可以支持右滑手势,也就是不用点击右上角的返回按钮,轻轻在屏幕左转载 2016-03-11 13:57:56 · 547 阅读 · 0 评论 -
UILongPressGestureRecognizer长按手势
- (void)viewDidLoad { //长按 //创建长按的手势 UILongPressGestureRecognizer *press = [[UILongPressGestureRecognizer alloc]initWithTarget:self action:@selector(longPres原创 2016-06-23 17:46:13 · 1257 阅读 · 0 评论