Login required for access
In order to watch this lesson, you'll need to login to the website.
Cells and UIStackView Layouts
AppStore JSON APIs
In this lesson, we'll further improve the look and feel of our application by implementing the cells that belong in our Search Controller view. We do this by first registering a cell class for our AppsSearchController component. Then we return these cells by overriding numberOfItems:section and cellForItem:indexPath. Finally we go through how to construct our cell layout using a UIStackView component. To get things centered in our UIStackView, we set it's alignment property to .center. Playing around with these properties can really make the layout process a lot easier depending on how you want your components to look.

Comments (9)
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
4 years ago
5 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
HELP & SUPPORT