This article is part 2 of my UIKit Cheatsheet series. It deals with tricks for UITableView.
When working on iOS apps, an important topic for every developer is UIKit (and of course increasingly SwiftUI in the future). I have made a short Cheatsheet for the most important topics I came across quite often during iOS development with UIKit.
This article deals with tricks for UINavigationBar.
The first things I thought about before implementing the app have been:
-
What features should be built into the app?
-
How should it look like?
-
How should data persistence be handled?
- Which APIs should be used?
Therefore, I want to elaborate a little bit on these points.