手势的注意事项

 

给谁上面添加手势  

1.一定要有

[self.root.baseV1 addGestureRecognizer:tap1];

这样才能添加到上面手势

2.开交互

  使imageview上的视图都能响应手势

    self.imageV.userInteractionEnabled = YES;

imageview的交互系统默认是NO,view默认是YES;

posted @ 2014-12-06 21:16  *宁宁  阅读(211)  评论(0编辑  收藏  举报