How to code generate mocks in Swift? How to integrate Sourcery to an Xcode project? How to unit test an API service by mocking URLSession in Swift? These are the questions to answer in this article.| Yet Another Swift Blog
Learn how to implement a custom popup, a popover, a sheet, and a snackbar message in SwiftUI with complete code examples.| Yet Another Swift Blog
Learn what is callAsFunction in Swift and how to use it with code examples.| Yet Another Swift Blog
Learn how to effectively create auto layout constraints in code in Swift.| Yet Another Swift Blog
Learn the three phases of SwiftUI view lifecycle: Appearing, Updating and Disappearing.| Yet Another Swift Blog
Implement a SwiftUI paginated list with endless scroll using the Combine framework and MVVM iOS app architecture.| Yet Another Swift Blog
Learn three techniques that help you manage SwiftUI previews Xcode previews at scale with code examples.| Yet Another Swift Blog
How to handle Internet Connection on iOS with Swift? Why you shouldn't use Reachability to check network status on iOS? What is the difference between Reachability and NWPathMonitor? How to implement Low Data Mode on iOS with Swift? These are the questions to answer in this article.| Yet Another Swift Blog
Learn Swift pointers with code examples: Unsafe, Buffer, Raw, Managed, Mutable, and Typed Pointers. What are pointers? When to use them? What can we get from them? These are the questions to answer in this article.| Yet Another Swift Blog