For many years, UIKit was the only way to implement user interfaces in iOS apps, and storyboards mechanism was the main tool to make layouts. Recently, SwiftUI was introduced, which is a logical part of the transition from Objective-C to native Swift-only code. But UIKit still plays an important role in iOS development.
First of all, there’s a lot of legacy code. Many apps and frameworks started long before the moment SwiftUI was introduced. The most popular iOS libraries gained developers’ trust for years, ...