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...
Books

【Book Review】Rongo to Soroban Eiichi Shibusawa

Summarize the points that I thought were good.In particular, crab-hole principle was something that I found myself goofi...
Books

Four Thousand Weeks: Time Management for Mortals

I read the Four Thousand Weeks: Time Management for Mortals. This book written about Time and Life. I summarize about tr...
Books

The reason why your life is so boring and how to change it

I watched this video. It’s a great video for people who feel so boring. I simply summarize this. Control cortisol How to...
Books

The 4 hour work week

I have seen several videos of this book organized.This book is wonderful for me. I wanted to share. Work smarter not han...
Books

How To Actually Get Rich In Your 20s 【Alex Hormoz】

This video is fantastic for me. This is important for many people I thought.I summarized about this video. Actually Some...
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 ...