What is the code to call the actionsheet AirPlay directly?
问题 I want to know code to call the actionsheet AirPlay directly. I want to achieve in the code for "AirPlay button pressed". In other words, I would like to call the "action sheet AirPlay" from anywhere. Thanks. 回答1: - (void)showAirPlay { MPVolumeView *volumeView = [[MPVolumeView alloc] initWithFrame:CGRectZero]; [self.view addSubview:volumeView]; for (UIButton *button in volumeView.subviews) { if ([button isKindOfClass:[UIButton class]]) { [button sendActionsForControlEvents