Hey Developers! đź‘‹

Simple iOS development tutorials and tips. Let's build something awesome together with Swift and SwiftUI!

Adapting Text Colour for Dark Mode in SwiftUI

less than 1 minute read

In SwiftUI, ensuring text colour adapts appropriately to dark mode is crucial for readability. If your app supports an automatic appearance mode, the text co...

Understanding State Management in SwiftUI

3 minute read

State management is a crucial aspect of building dynamic and responsive applications in SwiftUI. For beginners, understanding how to manage state effectively...

Building Your First iOS App: UIKit

3 minute read

Welcome to the foundational guide to building iOS apps using UIKit, Apple’s traditional framework for constructing and managing user interfaces. In this tuto...

SwiftUI: Building Your First App

2 minute read

Welcome to the exciting world of app development with SwiftUI! If you’re new to SwiftUI, this guide is designed to introduce you to the fundamentals of build...

Managing Dark Mode and Light Mode in iOS Apps

2 minute read

In today’s mobile apps, supporting both dark mode and light modes isn’t just a nice to have it’s often expected by users who want their apps to integrate sea...

Swift and Objective-C Interoperability

3 minute read

In this tutorial, we’ll explore how Swift and Objective-C can work together in a single project. We’ll use a demo app to illustrate key concepts of interoper...

Bridging SwiftUI and UIKit

3 minute read

As iOS development evolves, many projects find themselves in a transition phase between UIKit and SwiftUI. Understanding how to integrate these two framework...

Privacy Manifests and Required Reason API

1 minute read

Most of the iOS developers might have received an email about “Privacy Manifest” issues from Apple when submitting an app for review. “We noticed one or mor...