Swift Basics

Swift Basics

【Swift】 How to create a new iOS app using UIKit with code only without Storyboard (compatible with Xcode16)

We explained how to create new Swift code using Swift and UIKit without using Storyboard with code only.Recently, SenceD...
Swift Basics

【Swift】Code-only implementation of TabBar and NavigationBar

Code-only implementation of TabBar and NavigationBar to make it look like an app. I put together the basic TabBar and Na...
Swift Basics

【UIKit】 Creating a PageViewController with Code Only

In this post, I’ll show how to implement a PageViewController using only code. This is a record of my work as of January...