SwiftUI Class Struct Networking XCode NSCache Enum Optionals Property Observers Closures Guard Reviews StoreKit App Store Algorithms Testing Operators Protocol Extensions Weak Unowned SwiftData WWDC23 GCD API Admob SwiftLint Lottie Foreach Objective-C UIKit NavigationSplitView

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 »