Simple Apps

[Swift] FSCalendar: Dot Mark Doesn’t Appear Until the Month View Changes

While implementing a feature to add dot marks to specific dates using FSCalendar and Realm, I encountered an issue: the ...
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...
Simple Apps

【UIKit】Implementing TabBar and NavigationBar in Swift with Code Only

NavigationBar This post serves as a quick reference for implementing a NavigationBar in Swift using UIKit and code only....
Simple Apps

【UIKit】Implementing NavigationBar in Swift Using Only Code

In this post, I'll walk you through how to implement a NavigationBar using only code with UIKit. This is a personal refe...