Programmatic UI in UIKit

I am a recent subscriber and would like to find videos, tutorials or books on coding UI programmatically in UIKit. So far every resource I have seen is using Storyboards, thanks in advance.

Hi @ryangallaghertfl and welcome to Forums! If you prefer to code UI programmatically, any reason you wouldn’t give SwiftUI a go?

UIKit can be painful to work with when doing layouts, it was created at a time when iOS screens didn’t vary in size or had dynamic sizing (iPadOS) of views.

Thanks for the reply @robertomachorro.

I am learning both SwiftUI and UIKit. Right now I am a C# developer and I wish to move into a mobile apps team at my workplace. They have projects in both SwiftUI and UIKit and it is important that I learn both.