Contents

PHAssetCollectionSubtype.smartAlbumAllHidden

A Smart Album that groups all assets hidden from the Moments view in the Photos app.

Declaration

case smartAlbumAllHidden

Discussion

Hidden assets have an isHidden value of true and the system doesn’t return them through a fetch request, by default. Hide or show an asset by setting the isHidden property of a PHAssetChangeRequest object.

Beginning with iOS 16, users can require authentication to view the hidden Smart Album, and the user setting is true by default. When true, the system returns an empty Smart Album.

See Also

Smart Album Types