随笔分类 -  Study.

项目过程中冗余代码
摘要:#pragma mark - - (void)initTextView{ userNameTextField = [[UITextField alloc] initWithFrame:CGRectMake(80, 140, 160, 40)]; userNameTextField.bac... 阅读全文
posted @ 2014-09-11 09:58 ZiCheng 阅读(265) 评论(0) 推荐(0)
SVPullToRefresh + SVInfiniteScrolling
摘要:SVPullToRefresh + SVInfiniteScrollingThese UIScrollView categories makes it super easy to add pull-to-refresh and infinite scrolling fonctionalities t... 阅读全文
posted @ 2014-08-26 11:20 ZiCheng 阅读(854) 评论(0) 推荐(0)