Class ALAssetsGroupProperty


public class ALAssetsGroupProperty
extends GlobalValueEnumeration<NSString>
  • Field Details

    • Name

      @Deprecated public static final ALAssetsGroupProperty Name
      Deprecated.
      Deprecated in iOS 9.0. Use the localizedTitle property on a PHAssetCollection from the Photos framework instead
    • Type

      @Deprecated public static final ALAssetsGroupProperty Type
      Deprecated.
      Deprecated in iOS 9.0. Use the assetCollectionType and assetCollectionSubtype properties on a PHAssetCollection from the Photos framework instead
    • PersistentID

      @Deprecated public static final ALAssetsGroupProperty PersistentID
      Deprecated.
      Deprecated in iOS 9.0. Use the localIdentifier property on a PHAssetCollection from the Photos framework instead
    • URL

      @Deprecated public static final ALAssetsGroupProperty URL
      Deprecated.
      Deprecated in iOS 9.0. Use the localIdentifier property on a PHAssetCollection from the Photos framework, or to lookup PHAssetCollections by a previously known ALAssetsGroupPropertyURL use fetchAssetCollectionsWithALAssetGroupURLs:options: instead
  • Method Details