UPGRADE YOUR SKILLS: Learn advanced Swift and SwiftUI on Hacking with Swift+! >>

SOLVED: Does "Text" use "View" protocol?

Forums > SwiftUI

Hello

I'm confused about Text's protocol,

because in Apple Document shows this declaration: @frozen struct Text

it shows no protocol, but as far as I know, shouldn't it have a View protocol?

Thanks!

3      

If you scroll down to the bottom of the page: https://developer.apple.com/documentation/swiftui/text you will find conforms To:

Swift.Equatable, View

3      

Oh I see,

that means it won't show the protocols if it conforms to more than one?

3      

Could be, I don't know for sure. But if it did there would be a whole lot of protocols to show in many cases. F.e. look at https://developer.apple.com/documentation/swift/int

I think this would be a mess if it's shown at the top.

3      

Thank you!

3      

TAKE YOUR SKILLS TO THE NEXT LEVEL If you like Hacking with Swift, you'll love Hacking with Swift+ – it's my premium service where you can learn advanced Swift and SwiftUI, functional programming, algorithms, and more. Plus it comes with stacks of benefits, including monthly live streams, downloadable projects, a 20% discount on all books, and free gifts!

Find out more

Sponsor Hacking with Swift and reach the world's largest Swift community!

Archived topic

This topic has been closed due to inactivity, so you can't reply. Please create a new topic if you need to.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.