EVTabBar

public protocol EVTabBar: class

Protocol determines the layout of the tab bar

  • UIImage that serves as deliminator between the tab bar and UIViewControllers displayed

    Declaration

    Swift

    var shadowView: UIImageView
  • Array containing UIViewControllers to be displayed

    Declaration

    Swift

    var subviewControllers: [UIViewController]
  • EVPageViewController itself

    Declaration

    Swift

    weak var topTabBar: EVPageViewTopTabBar?
  • UIPageViewController that serves as the base

    Declaration

    Swift

    var pageController: UIPageViewController
  • setupPageView() Extension method

    Sets up the UI of the page view and tab bar

    Declaration

    Swift

    public func setupPageView()
  • setupConstraints() Extension method

    Sets constraints for the view

    Declaration

    Swift

    public func setupConstraints()