items
An array of media items that match the media query’s predicate.
Declaration
var items: [MPMediaItem]? { get }Discussion
If no items match the predicate, this method returns an empty array. On error, returns nil.
An array of media items that match the media query’s predicate.
var items: [MPMediaItem]? { get }If no items match the predicate, this method returns an empty array. On error, returns nil.