shaps80 / SwiftUIBackports

A collection of SwiftUI backports for iOS, macOS, tvOS and watchOS
MIT License
960 stars 60 forks source link

Expose LabeledContentStyleConfiguration.labelHidden getter #65

Closed jadar closed 1 year ago

jadar commented 1 year ago

Exposes the getter for the LabeledContentStyleConfiguration.labelHidden property. This allows implementations of the protocol to utilize it, just like AutomaticLabeledContentStyle.

shaps80 commented 1 year ago

Sorry but I cannot accept this. While I understand its usefulness, all backports MUST match the official APIs. Otherwise they couldn't be easily swapped out once the min deployment has caught up with the official APIs.

jadar commented 1 year ago

Sorry but I cannot accept this. While I understand its usefulness, all backports MUST match the official APIs. Otherwise they couldn't be easily swapped out once the min deployment has caught up with the official APIs.

Sorry, I forgot this was mirroring an official API.