2014年1月9日

iOS 左右滑动 手势 响应方法

摘要: 1. @property (nonatomic, strong) UISwipeGestureRecognizer *leftSwipeGestureRecognizer;@property (nonatomic, strong) UISwipeGestureRecognizer *rightSwi... 阅读全文

posted @ 2014-01-09 15:17 ACM_Someone like you 阅读(2007) 评论(0) 推荐(0)

iOS 关于UIscrollView

摘要: 设置 滚动起始位置[scrollView setContentOffset:CGPointMake(0, 0) animated:YES]; 阅读全文

posted @ 2014-01-09 15:10 ACM_Someone like you 阅读(144) 评论(0) 推荐(0)

导航