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


Protocol Extensions in Swift

A protocol can defines a set of methods that can be adopted by any class, but we can't write code inside.On the other hand, extensions gives us the power to write code inside methods, but it can only used for one type.

2020-05-01 . 1 min read     Protocol Extensions

Read More »