摘要: 一、scrollView中有一个有用的属性:@property(nonatomic) BOOL scrollsToTop;即点击status bar后会滚动到最顶部,尤其在tableview时好用,当内容很多时,滑动也很费劲,时常需要方便的回到最顶部。其官方解释是这样的:scrollsToTopA Boolean value that controls whether the scroll-to-top gesture is effective@property(nonatomic) BOOL scrollsToTopDiscussionThe scroll-to-top gesture is 阅读全文
posted @ 2013-01-29 21:56 Story Of My Life 阅读(1490) 评论(0) 推荐(0) 编辑