Swift SwiftUI Classes Struct Networking XCode NSCache Enum Optional unwrapping Property Observers Closures Guard Reviews StoreKit Ratings App Store Algorithms iOS Development Testing Operators Protocol Extensions Weak Unowned Binary Search SwiftData WWDC23 GCD API Admob Monetization

All Articles


How to use enum in Swift Empty space for void

Enumerations (enum) enables you to write code in a type safe way. Enum is very useful while defining common type of values. You don't have to provide value while defining enum.

2023-03-07 . 2 min read     Swift Enum

Read More »