1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

modal view に navigation bar を表示する方法

Posted at

はじめに

segueで遷移したmodal viewにnavigation barを表示させる方法をメモしました.

方法

遷移前のviewをA, 遷移後のmodal viewをBとします.

Bでnavigation barを表示したい場合,
Aのroot view controllerがnavigation controllerだとしても,
新たにAとBの間にnavigation controllerを挟んであげる必要があります.

segueの関係(ex)
A -> navigation controller : Present Modally
navigation controller -> B : Relationship "root view controller"

image.png

まとめ

他にもコードベースのやり方があるようですが,今回は最も簡単なstoryboardを用いたやり方を行いました.

参考

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?