NSArray(SafeKit) Category Reference
71 | 72 | 73 |Declared in | 76 |NSArray+SafeKit.h | 77 |
---|
21 | MinLison 22 |
23 | 24 |Declared in | 76 |NSArray+SafeKit.h | 77 |
---|
21 | MinLison 22 |
23 | 24 |Declared in | 76 |NSDictionary+SafeKit.h | 77 |
---|
21 | MinLison 22 |
23 | 24 |Declared in | 86 |NSException+SafeKit.h | 87 |
---|
– printStackTrace
106 | - (void)printStackTrace
– printStackTrace:
122 | - (void)printStackTrace:(NSString *)reasonStr
21 | MinLison 22 |
23 | 24 |Declared in | 76 |NSMutableArray+SafeKit.h | 77 |
---|
21 | MinLison 22 |
23 | 24 |Declared in | 76 |NSMutableArray+SafeKitMRC.h | 77 |
---|
21 | MinLison 22 |
23 | 24 |Declared in | 76 |NSMutableDictionary+SafeKit.h | 77 |
---|
21 | MinLison 22 |
23 | 24 |Declared in | 76 |NSMutableString+SafeKit.h | 77 |
---|
21 | MinLison 22 |
23 | 24 |Declared in | 76 |NSObject+SafeKit.h | 77 |
---|
21 | MinLison 22 |
23 | 24 |Declared in | 76 |NSObject+SafeKit.h | 77 |
---|
21 | MinLison 22 |
23 | 24 |Declared in | 88 |NSObject+Swizzle.h | 89 |
---|
+ safe_swizzleMethod:tarSel:
108 | + (void)safe_swizzleMethod:(SEL)srcSel tarSel:(SEL)tarSel
+ safe_swizzleMethod:tarClass:tarSel:
124 | + (void)safe_swizzleMethod:(SEL)srcSel tarClass:(NSString *)tarClassName tarSel:(SEL)tarSel
+ safe_swizzleMethod:srcSel:tarClass:tarSel:
140 | + (void)safe_swizzleMethod:(Class)srcClass srcSel:(SEL)srcSel tarClass:(Class)tarClass tarSel:(SEL)tarSel
21 | MinLison 22 |
23 | 24 |Declared in | 76 |NSString+SafeKit.h | 77 |
---|
21 | MinLison 22 |
23 | 24 |Inherits from | 104 |NSObject | 105 |
---|---|
Declared in | 107 |SafeKitLog.h | 108 |
printer
127 | @property (nonatomic, strong) SafeKitPrinter *printer
– initWithPrinter:
143 | - (id)initWithPrinter:(SafeKitPrinter *)printer
– log:
159 | - (void)log:(NSString *)aString
– logInfo:
175 | - (void)logInfo:(NSString *)aString
– logWarning:
191 | - (void)logWarning:(NSString *)aString
– logError:
207 | - (void)logError:(NSString *)aString
+ shareInstance
223 | + (SafeKitLog *)shareInstance
21 | MinLison 22 |
23 | 24 |Inherits from | 84 |NSObject | 85 |
---|---|
Declared in | 87 |SafeKitLog.h | 88 |
– print:
107 | - (void)print:(NSString *)aString
21 | MinLison 22 |
23 | 24 |Declared in | 68 |SafeKitConfig.h | 69 |
---|
typedef NS_ENUM(NSInteger, SafeKitObjectPerformExceptionCatch ) {
85 |
86 | SafeKitObjectPerformExceptionCatchOn,
87 |
88 | SafeKitObjectPerformExceptionCatchOff,
89 |
90 | };
91 |
92 | 21 | MinLison 22 |
23 | 24 |21 | MinLison 22 |
23 | 24 |SafeKitObjectPerformExceptionCatchOn
19 |
20 | Declared In `SafeKitConfig.h`.
21 |
22 | SafeKitObjectPerformExceptionCatchOff
23 |
24 | Declared In `SafeKitConfig.h`.
25 |
26 |
--------------------------------------------------------------------------------