Structures
The following structures are available globally.
-
扩展命名空间
Declaration
Swift
public struct TxExtensionWrapper<Base> -
格子菜单实体
Declaration
Swift
public struct GridMenuItem
-
Undocumented
Declaration
Swift
@propertyWrapper public struct UserDefaultsWrapper<T> where T : UserDefaultsStoreValue -
备份工具类
Declaration
Swift
public struct BackupUtils
-
dynamicMemberLookup实现链式语法
Note
使用方式Setter(subject: UIView()) .frame(CGRect(x: 0, y: 0, width: 100, height: 100)) .backgroundColor(.white) .alpha(0.5) .subjectDeclaration
Swift
@dynamicMemberLookup public struct Setter<Subject> -
调试工具类
Declaration
Swift
public struct DebugUtils -
设置相关信息
Declaration
Swift
public struct DeviceInfo -
日志工具
Declaration
Swift
public struct Log -
本地资源
Declaration
Swift
public struct ResourceUtils
-
Undocumented
Declaration
Swift
public struct RuntimeUtils -
触感反馈工具类
Declaration
Swift
public struct UIFeedbackGeneratorUtils
View on GitHub
Structures Reference