Handling keyboard events in iOS

In today's digital age, mobile apps are more popular than ever, and developers are constantly striving to improve user experience by incorporating new features and technologies. One such feature that can

Keyframe animations in SwiftUI

SwiftUI is great. It is better year after year. Since iOS 15 is truly awesome but some of us have to work with the first version and support iOS 13. Apple keeps adding

Copy on Write in Swift explained with examples

Theory According to Wikipedia - Copy on Write "is a resource-management technique used in computer programming to efficiently implement a "duplicate" or "copy" operation on modifiable resources."

Testing async/await exceptions

We all know how testing your code is important for stable releases and early bug detection. We should test happy paths, corner cases, and thrown errors. Old school Before async/await coroutines were