How to be sure the app is accepted by Apple?
November 2, 2016
How the app is updated?
November 2, 2016
Show all

Did you ever want to add a background image to your header menu

  1. Just create a background image in 640x128px.
  2. host this image on the Internet
  3. add the link to your image in this CSS snippet:

    ion-header-bar.bar-custom.bar.bar-header.disable-user-behavior {
    background-image: url(https://link-to-image);
    background-color: transparent;
    background-size: 100% 100%;
    }

    (Replace “http://link-to-image” by your own link)
  4. add this snippet to your app in the “ADVANCED CUSTOMIZATION” section of the Colors menu and save:

You’re done!

Comments are closed.

Discover more from AppQuick

Subscribe now to keep reading and get access to the full archive.

Continue reading