试试 - (void)willPresentActionSheet:(UIActionSheet *)actionSheet { for (UIView *_currentView in actionSheet.subviews) { if ([_currentView isKindOfClass:[UILabel class]]) { [((UILabel *)_currentView) setFont:……]; } } } 参考了这里。 不过我没有试过,不知道在哪个版本的 iOS 上管用。
试试
参考了这里。
不过我没有试过,不知道在哪个版本的 iOS 上管用。