↧
JKSegueAction
prepareForSegue:sender: Hurts My Design I’ve never really liked UIKIt’s prepareForSegue:sender: especially when I manually trigger a segue with performSegueWithIdentifier:sender:. The problem, as I...
View ArticleSOLID MVC Design for iOS
Refactor I spent last week coding up a new feature for ProjectF. As I mentioned before, I’m using TDD and I’ve been refactoring as I go. I ended up with a view, a UIViewController, and a behavior...
View ArticleOrganizing Files in Xcode
I’ve been using a fairly traditional approach to organizing files in Xcode for iPhone MVC apps. I have groups for Models, Views, and Controllers. In some cases I have subfolders for Behaviors (under...
View Article
More Pages to Explore .....