Conforms to NSObject
Declared in RNSwipeViewControllerDelegate.h

Tasks

Instance Methods

swipeController:didShowController:

Informs the delegate that a view controller is did appear.

- (void)swipeController:(RNSwipeViewController *)swipeController didShowController:(UIViewController *)controller

Parameters

swipeController

The swipe controller handling touch events and presentation of a view controller.

controller

The view controller that was displayed

Declared In

RNSwipeViewControllerDelegate.h

swipeController:willShowController:

Informs the delegate that a view controller is going to appear.

- (void)swipeController:(RNSwipeViewController *)swipeController willShowController:(UIViewController *)controller

Parameters

swipeController

The swipe controller handling touch events and presentation of a view controller.

controller

The view controller to be displayed.

Declared In

RNSwipeViewControllerDelegate.h