Summary
In this chapter, we discussed many crucial topics related to UIKit, such as UIView, UIViewController, UITableView, navigation, and animations. UIKit has a massive presence in iOS developers’ day-to-day work and significantly influences the user experience.
But – UIKit is also considered the “old” UI framework. The iOS development world is transitioning to a new, more modern era of declarative programming.
Our next chapter will handle just that – SwiftUI and declarative programming.