Today I will go through a simple example about how to make objects move with SwiftUI. This example will demonstrate[…]
Read moreTag: SwiftUI
How to fix onTapGesture not working on SwiftUI picker
Picker is a very useful feature in SwiftUI. It supports several picker styles (for reference, check this post). However, it[…]
Read moreSwiftUI: Navigating back to previous view after actions
Sometimes we want to navigate to the previous view after some actions are performed. For example, I was writing some[…]
Read moreFixing SwiftUI NavigationView on iPad
When moving a NavigationView originally designed only for iPhone to iPad, most likely you will find the view is not[…]
Read moreMultiline text input in SwiftUI (iOS 14)
As we know SwiftUI has been evolving since it was introduced. In iOS 13 when we want to create a[…]
Read more