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