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      

Hacking with Swift is sponsored by Essential Developer

SPONSORED Join a FREE crash course for mid/senior iOS devs who want to achieve an expert level of technical and practical skills – it’s the fast track to being a complete senior developer! Hurry up because it'll be available only until April 28th.

Click to save your free spot now

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.