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 […]
