Simple Apps

Simple Apps

【Flutter & Swift】Creating Your First Personal App

Target Readers iOS develop Beginner  who want to try develop personal apps About my App This is Workout support app. Use...
Simple Apps

【Swift・UIKit】 Creating a CollectionView Programmatically

In this article, I’ve implemented a CollectionView entirely in code, which is a common component in Swift. I hope it’s h...
Simple Apps

【Swift】A guide to creating a simple iOS app without Storyboard using UIKit.

I want to share a simple guide about creating a simple iOS app using only code in Swift. I created this because I could ...
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 ...
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...