AlbumSortType

@objc
public enum AlbumSortType : UInt

相册展示内容按日期排序的方式

  • 日期最新的内容排在后面

    Declaration

    Swift

    case positive = 0
  • 日期最新的内容排在前面

    Declaration

    Swift

    case reverse