0

isAccessibilityElementボタン送信、キャンセル、ドラフトの削除、ドラフトの保存に設定したいのですが、これらのボタンにアクセスできません。私はすでに試しました:

mailComposer.navigationBar.topItem.isAccessibilityElement=YES;

mailComposer.navigationBar.topItem.rightBarButtonItem.isAccessibilityElement=YES;

助けてください!

4

1 に答える 1

4

MFMailComposeViewController の [送信] ボタンと [キャンセル] ボタンにアクセスできません。これらのボタンとそのアクションは事前に定義されており、変更することは意図されていません。

Apple ドキュメントから:

*Important: The mail composition interface itself is not customizable and must not be modified by your application. 
In addition, after presenting the interface, your application is not allowed to make further changes to the email content.*
于 2012-11-08T04:14:27.500 に答える