BaseUITabBarController

open class BaseUITabBarController: UITabBarController

BaseUITabBarController is a subclass of UITabBarController. It is made for future use. it is not anything for now

  • Overridden method to setup/ initialize components.

    Declaration

    Swift

    override open func viewDidLoad()
  • Overridden method to reveive memory warnings

    Declaration

    Swift

    override open func didReceiveMemoryWarning()