凌动小生的Blog

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

2013年9月4日

摘要: The iPhone Core Data Example ApplicationThe application developed in this chapter will take the form of the same contact database application used in previous chapters, the objective being to allow the user to enter name, address and phone number information into a database and then search for speci 阅读全文
posted @ 2013-09-04 16:45 凌动小生 阅读(336) 评论(0) 推荐(0) 编辑

摘要: How To Delete a Row from UITableViewI hope you have a better understanding about Model-View-Controller. Now let’s move onto the coding part and see how we can delete a row from UITableView. To make thing simple, I’ll use the plain version of Simple Table app as an example.If you thoroughly understan 阅读全文
posted @ 2013-09-04 16:36 凌动小生 阅读(409) 评论(0) 推荐(0) 编辑

摘要: Assigning View Controller ClassIn the first tutorial, we simply create a view controller that serves as the detail view of recipe in the Storyboard editor. The view controller is assigned with the UIViewController class by default.Default View Controller - UIViewControllerLet’s revisit our problem. 阅读全文
posted @ 2013-09-04 16:28 凌动小生 阅读(329) 评论(0) 推荐(0) 编辑

摘要: http://www.appcoda.com/use-storyboards-to-build-navigation-controller-and-table-view/Creating Navigation Controller in StoryboardsNow let’s get our hands dirty and create our own Storyboards. In this tutorial, we’ll build a simple app that makes use of both UITableView and UINavigationController. We 阅读全文
posted @ 2013-09-04 16:24 凌动小生 阅读(438) 评论(0) 推荐(0) 编辑