SwiftUI Tip 💡 Label closures accept more than one view. This is a great way to show a title and subtitle (for example in Form rows). SwiftUI automatically handles the styling for you. → learnandcodewithenid.com
5
8
155
8K
88
Download Image
@ios_dev_alb Nice! This is convenient! I just tested with LabledContent and it works the same.
@ios_dev_alb Another banger, you always share awesome stuff !
@ios_dev_alb Did you try three Text()?