使用StoryBoards设置UIToolBar垂直设置

时间:2015-06-25 17:57:42

标签: swift ios8 uistoryboard uitoolbar

我目前有一个带有方形UIView的应用程序,其中将绘制图像。在纵向视图中,UIToolBar存在于UIViewController的底部。

看起来像这样:

enter image description here

然而,当转换为横向模式时,我希望视图在左侧保持正方形,并且工具栏在右侧垂直对齐,图标垂直堆叠。有没有办法用Storyboards做到这一点?

1 个答案:

答案 0 :(得分:0)

There is no way to do this in storyboard as standard UIToolBar does not support vertical layout. You will need to develop your own component or find something third-party.