2014年5月26日

iOS tableview滑动到底部自动加载,向上拽加载

摘要: - (void)scrollViewDidScroll:(UIScrollView *)aScrollView { CGPoint offset = aScrollView.contentOffset; CGRect bounds = aScrollView.bounds; CGS... 阅读全文

posted @ 2014-05-26 16:35 Hai_阔天空 阅读(2931) 评论(0) 推荐(0)

iOS tabbar 属性

摘要: 1.设置tabbar背景颜色1 NSArray *controllers = [NSArray arrayWithObjects:nav_main,nav_channle,nav_me, nil];2 _tabController.viewControllers = controllers;... 阅读全文

posted @ 2014-05-26 10:44 Hai_阔天空 阅读(459) 评论(0) 推荐(0)

导航