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
Unit testing is a testing method where you can test "unit" of code whether it is working as you want or not. In Xcode, use XCTest framework to perform unit tests.
2020-06-29 . 2 min read Xcode Testing
Read More »