Skip to content

Commit

Permalink
exposed topSwipeableView;
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyshmueli committed Apr 4, 2015
1 parent 83443a2 commit d0104dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ZLSwipeableView/ZLSwipeableView.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ typedef NS_ENUM(NSUInteger, ZLSwipeableViewDirection) {
/// programatically.
@property (nonatomic) CGFloat programaticSwipeRotationRelativeYOffsetFromCenter;

/// The currently displayed top most view.
@property (nonatomic, readonly) UIView *topSwipeableView;

/// Discard all swipeable views on the screen.
- (void)discardAllSwipeableViews;

Expand All @@ -118,4 +121,5 @@ typedef NS_ENUM(NSUInteger, ZLSwipeableViewDirection) {

/// Swipe top view to the down programmatically
- (void)swipeTopViewToDown;

@end

0 comments on commit d0104dd

Please sign in to comment.