摘要:
_imgView.transform = CGAffineTransformIdentity; 在不考虑旋转时,CATransform3DMakeRotation6个参数可以写成 阅读全文
摘要:
@property(nonatomic)CGPoint contentOffset; 设置滚动的偏移量 @property(nonatomic)CGSize contentSize; 设置滑动区域 @property(nonatomic,assign) id<UIScrollViewDelegate 阅读全文
摘要:
点击Cell中的按钮时,如何取所在的Cell: -(void)OnTouchBtnInCell:(UIButton *)btn { CGPoint point = btn.center; point = [table convertPoint:point fromView:btn.superview 阅读全文