ios - Initial app load tab bar tint blinking -


when ios application starts tab bar icons have default tint (light blue). setup own custom tint color in viewdidload. applies delay , see transition between default tint color , custom tint color. how can apply custom tint color tab bar before interface appear , eliminate color blinking?

override func viewwillappear(animated: bool) {     super.viewwillappear(animated)      // set tint here after view has been loaded     } 

Comments

Popular posts from this blog

java - Ebean enhancement ignores a model -

ubuntu - How to disable Kernel Module Signing in linux -

SQL php on different pages to Insert (mysqli) -