Enumerations
The following enumerations are available globally.
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, FWHeaderFooterViewType) { FWHeaderFooterViewTypeHeader = 0, FWHeaderFooterViewTypeFooter = 1, }
-
日志类型定义
@const FWLogTypeError 错误类型,0…00001 @const FWLogTypeWarn 警告类型,0…00010 @const FWLogTypeInfo 信息类型,0…00100 @const FWLogTypeDebug 调试类型,0…01000 @const FWLogTypeTrace 跟踪类型,0…10000
See moreDeclaration
Objective-C
enum FWLogType : NSUInteger {}
-
日志级别定义
@const FWLogLevelOff 关闭日志,0…00000 @const FWLogLevelError 错误以上级别,0…00001 @const FWLogLevelWarn 警告以上级别,0…00011 @const FWLogLevelInfo 信息以上级别,0…00111 @const FWLogLevelDebug 调试以上级别,0…01111 @const FWLogLevelTrace 跟踪以上级别,0…11111 @const FWLogLevelAll 所有级别,1…11111
See moreDeclaration
Objective-C
enum FWLogLevel : NSUInteger {}
-
视图控制器生命周期状态枚举
See moreDeclaration
Objective-C
enum FWViewControllerVisibleState : NSUInteger {}
-
Undocumented
See moreDeclaration
Swift
public enum FWJSONError : Int, Swift.Error
extension FWJSONError: CustomNSError
-
Declaration
Swift
public enum FWJSONType : Int
-
To mark both String and Int can be used in subscript.
See moreDeclaration
Swift
public enum FWJSONKey