我有一个UINavigationController,在屏幕顶部有一个UINavigationBar,在底部有一个UIToolbar。我想让工具栏高一点。这是我的代码:CGRecttoolbarFrame=self.navigationController.toolbar.frame;toolbarFrame.size.height+=20;toolbarFrame.origin.y-=20;self.navigationController.toolbar.frame=toolbarFrame;[selfsetToolbarItems:@[myButton]];self.naviga