摘要: _imgView.transform = CGAffineTransformIdentity; 在不考虑旋转时,CATransform3DMakeRotation6个参数可以写成 阅读全文
posted @ 2016-03-22 15:04 人生路1/5 阅读(302) 评论(0) 推荐(0) 编辑
摘要: @property(nonatomic)CGPoint contentOffset; 设置滚动的偏移量 @property(nonatomic)CGSize contentSize; 设置滑动区域 @property(nonatomic,assign) id<UIScrollViewDelegate 阅读全文
posted @ 2016-03-22 11:51 人生路1/5 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 点击Cell中的按钮时,如何取所在的Cell: -(void)OnTouchBtnInCell:(UIButton *)btn { CGPoint point = btn.center; point = [table convertPoint:point fromView:btn.superview 阅读全文
posted @ 2016-03-22 10:03 人生路1/5 阅读(188) 评论(0) 推荐(0) 编辑