Showing
4 changed files
with
6 additions
and
2 deletions
@@ -18,7 +18,7 @@ | @@ -18,7 +18,7 @@ | ||
18 | 18 | ||
19 | @implementation UIImageView (GestureAutoTrack) | 19 | @implementation UIImageView (GestureAutoTrack) |
20 | 20 | ||
21 | -+ (void)load { | 21 | ++ (void)startTrack { |
22 | static dispatch_once_t onceToken; | 22 | static dispatch_once_t onceToken; |
23 | dispatch_once(&onceToken, ^{ | 23 | dispatch_once(&onceToken, ^{ |
24 | @try { | 24 | @try { |
@@ -18,7 +18,7 @@ | @@ -18,7 +18,7 @@ | ||
18 | 18 | ||
19 | @implementation UILabel (GestureAutoTrack) | 19 | @implementation UILabel (GestureAutoTrack) |
20 | 20 | ||
21 | -+ (void)load { | 21 | ++ (void)startTrack { |
22 | static dispatch_once_t onceToken; | 22 | static dispatch_once_t onceToken; |
23 | dispatch_once(&onceToken, ^{ | 23 | dispatch_once(&onceToken, ^{ |
24 | @try { | 24 | @try { |
-
Please register or login to post a comment