Inherits from UIViewController
Conforms to UIGestureRecognizerDelegate
Declared in RNSwipeViewController.h

Tasks

Methods

Controllers

Controller Properties

Controller Status

Controller Utilities

Controller Delegates

  •   swipeDelegate

    Optional delegate to receive messages that a view controller is being displayed.

    property

Properties

bottomViewController

The bottom view controller that can be displayed with an up-swipe.

@property (strong, nonatomic) UIViewController *bottomViewController

Declared In

RNSwipeViewController.h

bottomVisibleHeight

The width in points of the left controller.

@property (assign, nonatomic) CGFloat bottomVisibleHeight

Declared In

RNSwipeViewController.h

canShowBottom

Enable/disable the bottom view controller.

@property (assign, nonatomic) BOOL canShowBottom

Declared In

RNSwipeViewController.h

canShowLeft

Enable/disable the left view controller.

@property (assign, nonatomic) BOOL canShowLeft

Declared In

RNSwipeViewController.h

canShowRight

Enable/disable the right view controller.

@property (assign, nonatomic) BOOL canShowRight

Declared In

RNSwipeViewController.h

canTapOut

Enable/disable the bottom view controller.

@property (assign, nonatomic) BOOL canTapOut

Declared In

RNSwipeViewController.h

centerViewController

The center view controller that is always displayed;

@property (strong, nonatomic) UIViewController *centerViewController

Declared In

RNSwipeViewController.h

isToggled

Utility method useable with KVO.

@property (assign, nonatomic, readonly) BOOL isToggled

Declared In

RNSwipeViewController.h

leftViewController

The left view controller that can be displayed with a right-swipe.

@property (strong, nonatomic) UIViewController *leftViewController

Declared In

RNSwipeViewController.h

leftVisibleWidth

The width in points of the left controller.

@property (assign, nonatomic) CGFloat leftVisibleWidth

Declared In

RNSwipeViewController.h

rightViewController

The right view controller that can be displayed with a left-swipe.

@property (strong, nonatomic) UIViewController *rightViewController

Declared In

RNSwipeViewController.h

rightVisibleWidth

The width in points of the left controller.

@property (assign, nonatomic) CGFloat rightVisibleWidth

Declared In

RNSwipeViewController.h

swipeDelegate

Optional delegate to receive messages that a view controller is being displayed.

@property (weak) NSObject<RNSwipeViewControllerDelegate> *swipeDelegate

Declared In

RNSwipeViewController.h

visibleController

Returns the currently visible controller.

@property (readonly, nonatomic) UIViewController *visibleController

Declared In

RNSwipeViewController.h

visibleState

The state of the overall control.

@property (assign, nonatomic) RNSwipeVisible visibleState

Declared In

RNSwipeViewController.h

Instance Methods

resetView

Hide all view controllers and show the center controller.

- (void)resetView

See Also

Declared In

RNSwipeViewController.h

showBottom

Show the bottom view controller

- (void)showBottom

See Also

Declared In

RNSwipeViewController.h

showBottomWithDuration:

Show the bottom view controller with a user-defined duration.

- (void)showBottomWithDuration:(NSTimeInterval)duration

Parameters

duration

The duration of the animation.

See Also

Declared In

RNSwipeViewController.h

showLeft

Show the left view controller

- (void)showLeft

See Also

Declared In

RNSwipeViewController.h

showLeftWithDuration:

Show the left view controller with a user-defined duration.

- (void)showLeftWithDuration:(NSTimeInterval)duration

Parameters

duration

The duration of the animation.

See Also

Declared In

RNSwipeViewController.h

showRight

Show the right view controller

- (void)showRight

See Also

Declared In

RNSwipeViewController.h

showRightWithDuration:

Show the right view controller with a user-defined duration.

- (void)showRightWithDuration:(NSTimeInterval)duration

Parameters

duration

The duration of the animation.

See Also

Declared In

RNSwipeViewController.h