码迷,mamicode.com
首页 > 其他好文 > 详细

使用containerView在UIViewController实现staticCell的使用

时间:2015-04-21 00:27:11      阅读:90      评论:0      收藏:0      [点我收藏+]

标签:uitableview

今天在做项目在UIViewController中的UItableview使用staticCell,刚在storyboard中的tableView设置完staticCell,就出现 Static table views are only valid when embedded in UITableViewController instances警告。是说staticCell只能在UItableviewController使用。那么在UIViewController中还可以使用staticCell吗?答案是肯定的。这要借助container来实现。container就是一个容器,可以放ViewController。我们在storyboard拖一个container在UIViewController中,然后在拖一个UItableviewController在storyboard中。然后从containerView拖一segue选择embed。这样就能实现在UIViewController实现staticCell的使用。在如下图技术分享

使用containerView在UIViewController实现staticCell的使用

标签:uitableview

原文地址:http://blog.csdn.net/lcxihonglei/article/details/45157455

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!