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

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -