Exemplo n.º 1
0
        public MXTouchViewGroupTabController(UIColor tintColor, UITabBarControllerDelegate tabBarControllerDelegate = null)
        {
            this.tintColor = tintColor;

            if (tabBarControllerDelegate != null)
            {
                this.tabBarControllerDelegate = tabBarControllerDelegate;
            }
            else
            {
                this.tabBarControllerDelegate = new TabBarControllerDelegate(this);
            }
        }
Exemplo n.º 2
0
        public MXTouchViewGroupTabController(UIColor tintColor, UITabBarControllerDelegate tabBarControllerDelegate = null)
        {
            this.tintColor = tintColor;

            if (tabBarControllerDelegate != null)
                this.tabBarControllerDelegate = tabBarControllerDelegate;
            else
                this.tabBarControllerDelegate = new TabBarControllerDelegate(this);
        }