diniska / swiftui-wrapping-stack

A SwiftUI Views for wrapping HStack elements into multiple lines
MIT License
88 stars 20 forks source link

Deployment target 11+ and tvOS availability #11

Closed krin-san closed 1 month ago

krin-san commented 1 year ago
  1. Xcode 14 minimal deployment target is iOS 11 so I've bumped it in Package.swift file as well.
  2. I see no reason why this component is not available on tvOS. Deployment target has been changed to tvOS 11 and tvOS 14 has been added to @available attributes
  3. Tuned preview a bit to look good in both color schemes and all supported platforms
diniska commented 1 month ago

Thank you for the contribution!