Skip to content

Commit

Permalink
RootViewController could be weak to SCLAlertView be correctly de-init…
Browse files Browse the repository at this point in the history
…ialized
  • Loading branch information
dogo committed Jan 11, 2016
1 parent 1442dc9 commit 60fd9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCLAlertView/SCLAlertView.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ @interface SCLAlertView () <UITextFieldDelegate, UIGestureRecognizerDelegate>
@property (nonatomic, strong) NSString *titleFontFamily;
@property (nonatomic, strong) NSString *bodyTextFontFamily;
@property (nonatomic, strong) NSString *buttonsFontFamily;
@property (nonatomic, strong) UIViewController *rootViewController;
@property (nonatomic, strong) UIWindow *previousWindow;
@property (nonatomic, strong) UIWindow *SCLAlertWindow;
@property (nonatomic, copy) DismissBlock dismissBlock;
@property (nonatomic, weak) UIViewController *rootViewController;
@property (nonatomic, weak) id<UIGestureRecognizerDelegate> restoreInteractivePopGestureDelegate;
@property (nonatomic) BOOL canAddObservers;
@property (nonatomic) BOOL keyboardIsVisible;
Expand Down

0 comments on commit 60fd9a0

Please sign in to comment.