Hi, i have problems with LOGO as title in IOS. In android, logo and buttons are on the same height. In the IOS LOGO is higher than buttons.
Example code:
<ion-header>
<ion-toolbar>
<ion-buttons left>
<button ion-button icon-only (click)="navCtrl.pop()" class="backbutton">
<ion-icon name="arrow-back"></ion-icon>
</button>
</ion-buttons>
<ion-title>
<img alt="logo" height="40" src='assets/img/logo.png'>
</ion-title>
<ion-buttons end>
<custom-buttons></custom-buttons>
</ion-buttons>
</ion-toolbar>
</ion-header>