摘要: ViewController.h文件 注:plist文件结构 阅读全文
posted @ 2016-03-15 22:35 贾富阳 阅读(302) 评论(0) 推荐(0)
摘要: 首先创建一个引导图的控制器类 正文页firstViewController.h和firstViewController.m AppDelegate.mAppDelegate.h文件 运行效果 第一次运行 第二次运行 阅读全文
posted @ 2016-03-15 22:07 贾富阳 阅读(225) 评论(0) 推荐(0)
摘要: 有的项目中,需要使用tableview的headerview,但是想让headerview粘在最顶不,希望和cell一起滚动,可以试试下面的代码来帮你实现这个需求: - (void)scrollViewDidScroll:(UIScrollView *)scrollView { if (scroll 阅读全文
posted @ 2016-03-15 21:59 贾富阳 阅读(190) 评论(0) 推荐(0)