File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 110
110
CGFloat _anchorRightRevealAmount;
111
111
UIPanGestureRecognizer *_panGesture;
112
112
UITapGestureRecognizer *_resetTapGesture;
113
+
114
+ @protected
115
+ UIViewController *_topViewController;
116
+ UIViewController *_underLeftViewController;
117
+ UIViewController *_underRightViewController;
113
118
}
114
119
115
120
Original file line number Diff line number Diff line change @@ -66,6 +66,10 @@ - (void)updateTopViewGestures;
66
66
67
67
@implementation ECSlidingViewController
68
68
69
+ @synthesize topViewController=_topViewController;
70
+ @synthesize underLeftViewController=_underLeftViewController;
71
+ @synthesize underRightViewController=_underRightViewController;
72
+
69
73
#pragma mark - Constructors
70
74
71
75
+ (instancetype )slidingWithTopViewController : (UIViewController *)topViewController {
You can’t perform that action at this time.
0 commit comments