Hello, I’ve just started on making my own application with ionicframework and this is my first time using it. As you could guess, I’m having a hard time.
So what I’m trying to do is to customize the nav-bar of my app which I made via ionic start myApp tabs
.
So far, I have failed to change anything from what the starter project gave to me but the background color by replacing bar-stable
to bar
. So here’s how my nav-bar looks like:
Rough image of what I’m trying to make it look like:
I’ve been searching the web but had no luck finding out how to have my back icon appear on the left and have a changing title at the center for starter tabs
app. Is there a way to do it? Thanks in advance.