SwiftOnTap / Docs

Complete SwiftUI Docs with Examples
634 stars 50 forks source link

Update `DefaultTabViewStyle()` and `PageTabViewStyle()` to use static `.automatic` and `.page` instead #93

Closed andybezaire closed 1 year ago

andybezaire commented 2 years ago

The new static APIs introduced in Swift 5.5 allow us to use the static versions to create a TabViewStyle. We should prefer this more concise swifty version.