Hey Developers! đź‘‹

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

Error Handling in Swift

2 minute read

In this article, we’ll explore how Swift, Apple’s programming language, deals with errors. We’ll keep things simple and use everyday examples to explain the ...

How ChatGPT Helps with App Store Submissions

less than 1 minute read

Create an Attractive App Name: Learn how ChatGPT can assist you in coming up with a catchy and memorable name for your app that grabs people’s attent...

Type Casting in Swift

2 minute read

In Swift, we have a tool called “type casting” to help us solve this problem. Let’s see how it works! What is Type Casting? Type casting is a way to check ...

Higher-Order Functions in Swift

2 minute read

Higher Order function are powerful tools can help you transform, filter, and combine data with ease. What are Higher-Order Functions? Higher order function...

Expense Split - A Journey from Old to New

2 minute read

I recently decided to give my hobby app - Expense Split a complete makeover. The objective was not just to update its look but also to improve its architectu...

Building a Simple UIKit App Programmatically

2 minute read

In this tutorial, we’ll build a simple app called “QuickTabs” using UIKit, featuring a tab bar controller and a settings screen. This approach gives you more...