摘要: UIGestureRecognizer是一个具体手势的基类,提供了较为简单的手势实现方式 The concrete subclasses ofUIGestureRecognizerare the following:UITapGestureRecognizerUIPinchGestureRecognizerUIRotationGestureRecognizerUISwipeGestureRecognizerUIPanGestureRecognizerUILongPressGestureRecognizer一个gesture recognizer是针对一个特定的view的(包含其subview) 阅读全文
posted @ 2014-01-04 18:00 徐坤很无聊 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 有五个函数ios 4.0 以后才支持Animating Views with Blocks+ animateWithDuration:delay:options:animations:completion:+ animateWithDuration:animations:completion:+ animateWithDuration:animations:+ transitionWithView:duration:options:animations:completion:+ transitionFromView:toView:duration:options:completion:这三个函 阅读全文
posted @ 2014-01-04 13:48 徐坤很无聊 阅读(125) 评论(0) 推荐(0) 编辑