LoginSignup
8
4

More than 5 years have passed since last update.

storyboardのSceneを並べ替える

Last updated at Posted at 2016-02-17

Xcode7 で storyboard の Scene を並べ替える方法を紹介します。

before.png

結論

storyboard の xml を直接修正します。

手順

1. Project名/Base.lproj/Main.storyboard をエディタで開きます。
2. <scenes> タグのなかにある <scene> を表示したい順序に並べ替えます。

スクリーンショット_2016-02-17_23_37_31_2.png

3. 並べ替えることができました。

after.png

8
4
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
8
4