博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年12月5日

摘要: 1.Table View’s Content Typea. dynamic prototype Use a dynamic prototype when multiple cells in a table should use the same layout to display information. Dynamic content is managed by the table view data source (the table view controller) at runtime, with an arbitrary number of cells.b. static cont. 阅读全文

posted @ 2012-12-05 16:59 酸梅拯救地球 阅读(326) 评论(0) 推荐(0)

摘要: 1.从源视图到目的视图的数据传输Storyboards make it easy to pass data from one scene to another via theprepareForSegue:sender:method of theUIViewControllerclass. This method is called when the first scene (the source) is about to transition to the next scene (the destination). The source view controller can impleme 阅读全文

posted @ 2012-12-05 15:31 酸梅拯救地球 阅读(567) 评论(0) 推荐(0)