Archive | iPhone RSS feed for this section

[iPhone] Core Data, Tabbar and Navigation Controller

TweetCore Data is a very powerful framework for persistent data management for iPhone developers. It allows you to define you data model by abstracting your model object. I am not going to talk about what Core Data is about and how to use it normally. A lot has been already written about it. Feel free [...]

Read full story · Comments { 2 }

[iPhone] Parsing RSS with NSXMLParser

TweetOne of the test apps I created while learning iPhone development was a FeedReader app using UITabbarController. Using TabbarController in combination with NavigationController, TableViewController and WebViewController was challenging enough for someone who just began with iPhone development. But more on that later ... One of the problems I faced in this app was parsing the [...]

Read full story · Comments { 3 }