We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48694d6 commit c70727fCopy full SHA for c70727f
iOS_Tips/DarkMode/Crash/SLCrashViewController.h
@@ -10,7 +10,7 @@
10
11
NS_ASSUME_NONNULL_BEGIN
12
13
-//iOS Crash防护 思路来源: https://xiaozhuanlan.com/topic/6280793154
+//iOS Crash防护
14
@interface SLCrashViewController : UIViewController
15
16
@end
iOS_Tips/DarkMode/Crash/SLCrashViewController.m
@@ -38,7 +38,7 @@ - (void)setupUI {
38
}
39
40
#pragma mark - Container Crash
41
-
+///思路来源: https://xiaozhuanlan.com/topic/6280793154
42
///不可变数组防护 越界和nil值
43
- (void)testArray {
44
//越界
0 commit comments