Login required for access
In order to watch this lesson, you'll need to login to the website.
Cell Designs with XIBs and Interface Builder
Podcasts
Many smaller companies will use different approaches to designing their UI. Some strategies involve using full Storyboards, some use XIBs, some go full code. The most common approach you'll find is a mix of all three. Now I'm personally not a big fan of Storyboards because it hides a lot of functionality that iOS developers need to learn. However, I'm not against creating XIBs for views using Interface Builder. In fact, for simple views such as a couple of labels and an image, it's probably easier to use XIBs to get your project going. In today's lesson, I will go through how to hook up a Podcast Cell using Interface Builder. Then we'll need to register this nib with our UITableView so that dequeuing works correctly.

Comments (7)
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
HELP & SUPPORT