改变UIActionSheetStyle在iOS7中没有区别?

时间:2014-07-28 10:34:01

标签: ios objective-c cocoa-touch ios7 uiactionsheet

这是iOS7中的一些错误吗?我用

截取屏幕截图
UIActionSheetStyleBlackOpaque,
UIActionSheetStyleBlackTranslucent,
UIActionSheetStyleAutomatic,
UIActionSheetStyleDefault.

一切都是一样的。

UIActionSheet *action = [[UIActionSheet alloc] initWithTitle:@"Title" delegate:self cancelButtonTitle:@"Cancel" destructiveButtonTitle:@"OK" otherButtonTitles:nil, nil];
[action setActionSheetStyle:UIActionSheetStyleBlackTranslucent]; // changing enumerable here shows exactly same result
[action showInView:_controlsView];

1 个答案:

答案 0 :(得分:4)

根据this UIActionSheetStyle常量在iOS 7中未使用。