IOS statusbar overlays app

Hello,
I have an issue, because my statusbar ios is overlaying my app.

<ion-content>
<div class="header">
  <span class="title">{{'WARDROBE.TITLE'| translate}}</span>
  <div class="header-button">
    <!--<ion-icon src="assets/icon/cart.svg"></ion-icon>-->
  </div>
</div>
</ion-content>

I have this simple code, but the title is under the hours and notifications of status bar.

If someone already has this problem, please ?

You are using the header wrong. ion-header: Header Parent Component for Ionic Framework Apps

Because I don’t want ion-header.
Is there any other soluton ?

Try adding margin to the top.