摘要: 举个例子: 在redView上,blueview相对于blueview的位置 // 将像素point由point所在视图转换到目标视图view中,返回在目标视图view中的像素值 - (CGPoint)convertPoint:(CGPoint)point toView:(UIView *)view 阅读全文
posted @ 2017-05-12 16:27 新年新气象 阅读(298) 评论(0) 推荐(0)
摘要: oc手势有分別是 Tap(点一下)、Pinch(二指往內或往外拨动)、Rotation(旋转)、Swipe(滑动,快速移动)、Pan (拖移,慢速移动)以及 LongPress(长按)。 UITapGestureRecognizer * singleTap = [[UITapGestureRecog 阅读全文
posted @ 2017-05-12 15:30 新年新气象 阅读(360) 评论(0) 推荐(0)
摘要: - (void)beginAppearanceTransition:(BOOL)isAppearing animated:(BOOL)animated __OSX_AVAILABLE_STARTING(__MAC_NA,__IPHONE_5_0); - (void)endAppearanceTran 阅读全文
posted @ 2017-05-12 15:09 新年新气象 阅读(1719) 评论(0) 推荐(0)