I am creating an application that plays audio files. I am showing mpvolumeview which is working fine. but the problem is that I updated ios 7.1. the route button has lowered. see attached image

I don’t know what happened to another simple ui slider, everything is fine with them. but mpvolumeslider ran into this problem after ios 7.1.
I am using this code to add a volume manager.
*MPVolumeView *volumeView = [[MPVolumeView alloc] initWithFrame:myView.bounds] ;
[myView addSubview:volumeView];*
source
share