iOS Storyboard Tips & Tricks
I’ve been spending some time diving into iOS development for reals during my spare time the last couple of months. In this time I’ve come to learn a lot of things about storyboards, other than that they are pretty awesome. Here are two things in particular. Table View Data Sources and Delegates In the very first issue of objc.io they discuss how to make your UITableViewControllers lighter by moving data sources and delegates to separate objects.
Read more...