Post

Replies

Boosts

Views

Activity

Reply to Contrast for texts in widgets with image backgrounds transparent mode
Try using a mask over the image to create a fade. The clear color will work as your new "black"—it allows the system's adaptive background to bleed through behind the text, providing natural contrast even in tinted modes. .mask { LinearGradient( gradient: Gradient(colors: [.black, .clear]), startPoint: .top, endPoint: .bottom ) }
Replies
Boosts
Views
Activity
Jan ’26
Reply to will turning off "Enable Results" when evaluating?
You can add a comment in your playground asking to turn off "Enable Results". Additionally you can disable it by default in the Manifest.plist of the page setting PlaygroundLoggingMode as a string to Off.
Replies
Boosts
Views
Activity
Apr ’21
Reply to Student Challenge playground need more than one page?
There is no need to use multiple pages for your playground. If you have all in one page or in multiple is your decision, choose what you think best suits your playground. Good luck!
Replies
Boosts
Views
Activity
Apr ’21