我有一个带有导航栏UIBarStyleBlack
样式的 MFMailComposeViewController 对象。当在 MFMailComposeViewController 的视图上按下取消按钮时,将显示一个具有默认样式的操作表。我想要的是将其样式更改为UIActionSheetStyleBlackTranslucent
,例如:
[theActionSheet setActionSheetStyle:UIActionSheetStyleBlackTranslucent];
但是我怎样才能得到这个行动表并修改它呢?可能吗?