File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
ECSlidingViewController/Vendor/ECSlidingViewController Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,15 @@ typedef enum {
124
124
/* * Slides the top view back to the center. */
125
125
- (void )resetTopView ;
126
126
127
+ /* * Returns true if the underLeft view is showing (even partially) */
128
+ - (BOOL )underLeftShowing ;
129
+
130
+ /* * Returns true if the underRight view is showing (even partially) */
131
+ - (BOOL )underRightShowing ;
132
+
133
+ /* * Returns true if the top view is completely off the screen */
134
+ - (BOOL )topViewIsOffScreen ;
135
+
127
136
@end
128
137
129
138
/* * UIViewController extension */
Original file line number Diff line number Diff line change @@ -16,10 +16,6 @@ @interface ECSlidingViewController()
16
16
@property (nonatomic , strong ) UIPanGestureRecognizer *panGesture;
17
17
@property (nonatomic , strong ) UITapGestureRecognizer *resetTapGesture;
18
18
19
- - (BOOL )underLeftShowing ;
20
- - (BOOL )underRightShowing ;
21
- - (BOOL )topViewIsOffScreen ;
22
-
23
19
- (NSUInteger )autoResizeToFillScreen ;
24
20
- (UIView *)topView ;
25
21
- (UIView *)underLeftView ;
You can’t perform that action at this time.
0 commit comments