In my application MPVolumeView is visible only when a list of AirPlay devices is shown from Control Center. MPVolumeView disappears after close Control Center even if Apple TV device is available in WiFi network. This error occurs on iOS 9.1. Anyone encounter this issue?
@property (weak, nonatomic) IBOutlet MPVolumeView* airplayView;
[volumeView setShowsVolumeSlider:NO];
[volumeView setShowsRouteButton:YES];
[volumeView sizeToFit];