English 中文(简体)
帮助协调股配备一名UIToolbar
原标题:Help Fixing UIViewController with a UIToolbar

我有一条航道。 有一种观点认为,这是可调用的电文的子类,在可调用的电文中添加一条UIToolbar线,其代码如下:

UIToolbar *toolbar = [[UIToolbar alloc] init];
[toolbar sizeToFit]; // Set the toolbar to fit the width of the app
CGFloat toolbarHeight = [toolbar frame].size.height; // Calculate the height of the toolbar
CGRect rootViewBounds = self.parentViewController.view.bounds;
CGFloat rootViewHeight = CGRectGetHeight(rootViewBounds);
CGFloat rootViewWidth = CGRectGetWidth(rootViewBounds);
CGRect rectArea = CGRectMake(0, toolbarHeight, rootViewWidth, toolbarHeight);
[toolbar setFrame:rectArea];
[self.navigationController.view addSubview:toolbar];

问题是,该工具棒是“顶”可转让意见的“顶点”,掩盖了《可转让意见》第一行的内容。 我真正想要的是,本表认为,在UIToolbar下,“开始”。

我如何使这项工作适当进行?

Gracias, Jose

最佳回答

我同意不重复,但如果有理由需要你描述的逻辑。 您应当对“可上诉的书目表”和“工具栏目表”提出明确的看法,并据此确定其框架,以便与你一样定位。

另一种选择是,如果你希望工具箱能够与其他表格内容一道进行滚动,使表格成为标题。 浏览工具障碍。

问题回答

我认为,启动新的工具路障只是不正确的道路。

仅使用这一简单的法典,因为你已经拥有美国航空研究院。 主计长。

- (void)viewDidLoad {
    self.navigationController.toolbar.hidden = NO;
}

我对错误法典感到担忧。 不要这样做!

- (void)viewDidLoad {
    self.navigationController.toolbarHidden = NO;
}




相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签