Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーがデフォルトでリストされていない新しい共有方法またはアクションを選択したい場合はいつでも、UIActivityViewController が生成した共有シートの [More] ボタンをタップすると、新しいビューが表示されます。誰もが知っているように、バーを変更する必要があります。そのページのボタン
独自のバー ボタンを rightbarbutton アイテムとして追加するのを手伝ってくれる人はいますか?
これで試してみてください。これが必要ない場合は、もう少し説明してください。
UIBarButtonItem *addButton = [[UIBarButtonItem alloc]initWithTitle:@"Done" style:UIBarButtonItemStyleDone target:self action:@selector(doneButtonPressed)]; self.navigationItem.rightBarButtonItem = addButton;