When writing an app it is not enough only to have it work, sometimes a developer should make the extra mile and also improve UX. Users are engaged to an app only if they find it smooth and intuitive. Small view animations can be a great addition for users. In this tutorial, I will try to animate state transitions on […]
How to improve UX with SwiftUI animations
SwiftUI – Customise NavigationLink
Working with NavigationLink is fine if you do not want to customize any behavior. But what happens if you want to? How to remove a disclosure indicator? We will try to demystify it in this article. Let’s start with building a plain List: Also adding the Book object. It contains an ID and conforms to Identifiable protocol to identify List subviews. Along with Mock (why protocol implementation for […]
