Article Image
Article Image
read

For the latest version of Minimal Counter I wanted to have a solid background in the app.

I’m using of course UIAppearance(). If you simply set a background color it’ll get filtered by iOS automatically and will look nothing like the actual color you used so I just created a 1px1p image of the color that I wanted and set it:

  UINavigationBar.appearance().translucent = false
  UINavigationBar.appearance().setBackgroundImage(UIImage(named: "bg"), forBarMetrics: UIBarMetrics.Default)

(Remember to set translucent to no as well).

Blog Logo

Valentino Urbano


Published

Image

Valentino Urbano

iOS Developer, Swift, Writer, Husband

Back to Overview