Contents

count

The number of media items in a collection.

Declaration

var count: Int { get }

Discussion

In some cases, using this property is more efficient than fetching the items array and asking for the count.

See Also

Using a media item collection