Class ALAssetProperty

    • Field Detail

      • Type

        @Deprecated
        public static final ALAssetProperty Type
        Deprecated.
        Deprecated in iOS 9.0. Use the mediaType property on a PHAsset from the Photos framework instead
        Since:
        Available in iOS 4.0 and later.
      • Location

        @Deprecated
        public static final ALAssetProperty Location
        Deprecated.
        Deprecated in iOS 9.0. Use the location property on a PHAsset from the Photos framework instead
        Since:
        Available in iOS 4.0 and later.
      • Duration

        @Deprecated
        public static final ALAssetProperty Duration
        Deprecated.
        Deprecated in iOS 9.0. Use the duration property on a PHAsset from the Photos framework instead
        Since:
        Available in iOS 4.0 and later.
      • Orientation

        @Deprecated
        public static final ALAssetProperty Orientation
        Deprecated.
        Deprecated in iOS 9.0. Use the orientation of the UIImage returned for a PHAsset via the PHImageManager from the Photos framework instead
        Since:
        Available in iOS 4.0 and later.
      • Date

        @Deprecated
        public static final ALAssetProperty Date
        Deprecated.
        Deprecated in iOS 9.0. Use the creationDate property on a PHAsset from the Photos framework instead
        Since:
        Available in iOS 4.0 and later.
      • Representations

        @Deprecated
        public static final ALAssetProperty Representations
        Deprecated.
        Deprecated in iOS 9.0. Use PHImageRequestOptions with the PHImageManager from the Photos framework instead
        Since:
        Available in iOS 4.0 and later.
      • URLs

        @Deprecated
        public static final ALAssetProperty URLs
        Deprecated.
        Deprecated in iOS 9.0. Use PHImageRequestOptions with the PHImageManager from the Photos framework instead
        Since:
        Available in iOS 4.0 and later.
      • AssetURL

        @Deprecated
        public static final ALAssetProperty AssetURL
        Deprecated.
        Deprecated in iOS 9.0. Use the localIdentifier property on a PHAsset (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options:) from the Photos framework instead
        Since:
        Available in iOS 4.0 and later.