🎉 Black Friday Sale! Save 30% when you subscribe today.
SwiftUI may be all the rage these days, but that doesn’t mean you won’t occassionally need
to dip your toes into the UIKit waters. Whether it be due to access some functionality not
yet available in SwiftUI, or for performance reasons (UICollectionView
😍), you will
eventually find yourself subclassing UIViewController
, and then the question becomes:
what is the most modern way to do this?