yogevbd 6 년 전
부모
커밋
24bf500ad3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      lib/ios/RNNAnimator.m

+ 2
- 2
lib/ios/RNNAnimator.m 파일 보기

@@ -4,8 +4,8 @@
4 4
 @interface  RNNAnimator()
5 5
 @property (nonatomic, strong) RNNAnimationOptions* transitionOptions;
6 6
 @property (nonatomic) BOOL backButton;
7
-@property (nonatomic, strong) UIViewController* fromVC;
8
-@property (nonatomic, strong) UIViewController* toVC;
7
+@property (nonatomic, weak) UIViewController* fromVC;
8
+@property (nonatomic, weak) UIViewController* toVC;
9 9
 @end
10 10
 
11 11
 @implementation RNNAnimator