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