iOS 手勢

一.看這裏
spa

 

 

 


二.抽象類  UIGestureRecognizer
code

  • 繼承於該類的有7類:輕點,捏合,拖拽,滑動,長按,旋轉,邊緣滑動;
  • 一個手勢能夠綁定多個事件 
    - (void)addTarget:(id)target action:(SEL)action;
  • 能夠移除事件
    - (void)removeTarget:(nullable id)target action:(nullable SEL)action;

     

 

 

三.輕點手勢 UITapGestureRecognizerblog

四.捏合手勢 UIPinchGestureRecognizer繼承

五.拖拽手勢 UIPanGestureRecognizer事件

六.滑動手勢 UISwipeGestureRecognizerip

七.長按手勢 UILongPressGestureRecognizerrem

八.邊緣滑動手勢  UIScreenEdgePanGestureRecognizerget

相關文章
相關標籤/搜索