lsqAssetSortKeyType Constants Reference

Declared in TuSDKTSAsset.h

lsqAssetSortKeyType

排序字段

Definition

typedef NS_ENUM(NSInteger, lsqAssetSortKeyType ) {
   lsqAssetSortKeyCreateDate = 0,
   lsqAssetSortKeyModificationDate = 1,
   lsqAssetSortKeyDefault,
};

Constants

lsqAssetSortKeyCreateDate

根据创建时间排序

Declared In TuSDKTSAsset.h.

lsqAssetSortKeyModificationDate

根据修改时间排序(iOS8.0及以上可用)

Declared In TuSDKTSAsset.h.

lsqAssetSortKeyDefault

默认顺序,与系统相册所有照片排序一致

Declared In TuSDKTSAsset.h.

Declared In

TuSDKTSAsset.h