ImagePickerFilterType
public struct ImagePickerFilterType : OptionSet, Sendable
图片选择插件过滤类型
-
Declaration
Swift
public let rawValue: UInt
-
Undocumented
Declaration
Swift
public static let image: ImagePickerFilterType
-
Undocumented
Declaration
Swift
public static let livePhoto: ImagePickerFilterType
-
Undocumented
Declaration
Swift
public static let video: ImagePickerFilterType
-
Declaration
Swift
public init(rawValue: UInt)