EVTabBarDelegate
public protocol EVTabBarDelegate: class
                Datasource for tab bar
- 
                  
                  
Controls what UIViewController is displayed
Parameter
Parameter index: Int, array index determining which view controller is to be displayedParameter
Parameter direction: UIPageViewControllerNavigationDirectionDeclaration
Swift
func willSelectViewControllerAtIndex(_ index: Int, direction: UIPageViewControllerNavigationDirection)Parameters
indexInt, array index determining which view controller is to be displayed
directionUIPageViewControllerNavigationDirection
 
        EVTabBarDelegate Protocol Reference