Simply change the UIWindow
‘s tintColor
in your application delegate, it’s automatically passed as default to all its UIView
descendants.
[self.window setTintColor:[UIColor greenColor]];
Simply change the UIWindow
‘s tintColor
in your application delegate, it’s automatically passed as default to all its UIView
descendants.
[self.window setTintColor:[UIColor greenColor]];