标签 swiftui 下的文章

SwifUI onAppear 被调用两次

For everyone still having this issue and using a NavigationView. Add this line to the root NavigationView() and it should fix the problem..navigati...

SwiftUI’s built-in shapes

Updated for Xcode 12.5SwiftUI gives us five built-in shapes that are commonly used: rectangle, rounded rectangle, circle, ellipse, and capsule. The...