Ion-segment button issue on the ios app

my code is properly working in the andriod but in the ios there is ios

ion-segment like plz check below is the code

{{'trainings.trainings_title' | translate}}

<ion-segment [(ngModel)]=“trainings” mode=“md”>

{{‘tests.upcoming’ | translate}}


{{‘tests.history’ | translate}}


i try both

mode=“md”

mode=“ios”

i put code in app.module.ts code also

but no solution got tell me option

plz help me