yogevbd 6 years ago
parent
commit
24bf500ad3
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      lib/ios/RNNAnimator.m

+ 2
- 2
lib/ios/RNNAnimator.m View File

@@ -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