< How to get translucent lists on macOS | How to read the Digital Crown on watchOS using digitalCrownRotation() > |
Updated for Xcode 12.0
watchOS has a particularly common list style that can easily be replicated using List
: rows in the list slide and scale up when they are moving onto the screen, then slide and and scale down when they are moving off the screen. This is particularly effective with chunkier, graphical rows – it’s almost like Apple’s old Cover Flow effect.
To enable this carousel effect, use the .listStyle()
modifier with a new instance of CarouselListStyle
, like this:
.listStyle(CarouselListStyle())
Note: this is available only on watchOS.
SPONSORED Building and maintaining in-app subscription infrastructure is hard. Luckily there's a better way. With RevenueCat, you can implement subscriptions for your app in hours, not months, so you can get back to building your app.
Sponsor Hacking with Swift and reach the world's largest Swift community!
Link copied to your pasteboard.