A Boolean value specifying whether to display iCloud Media Library items for a media picker.
SDKs
- iOS 6.0+
- Mac Catalyst 13.0+
Framework
- Media Player
Declaration
var showsCloudItems: Bool { get set }
Discussion
When set to true
, the picker shows available iCloud Music Library items, including purchased items, imported content, and Apple Music subscription content. When set to false
, the picker only shows content downloaded to the device. The default value is true
.