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


Difference between weak and unowned references explained

It's a good practice to know how memory management works in Swift. Swift uses Automatic Reference Counting (ARC) to manage app's memory automatically without write any additional code.

2020-07-12 . 3 min read     Weak Unowned

Read More »