With an image, Nick Weaver suggests a (first) example "Buttons in a UIToolbar to go forth and back" here.我希望示例代码在该示例中生成UIToolbar。在我的应用程序中,我想通过一个包含多达36个元素的数组“页面”,但不显示元素,只显示工具栏中的元素编号,并允许用户使用上一个和下一个按钮控制元素编号。 [没有涉及UITextField或键盘,因此我没有在SO中找到现成的控件或代码。]
答案 0 :(得分:0)
This answer tells how to put a UILabel inside a UIView in a UIToolbar.
This tutorial shows how to put counter values into a UILabel.
现在我想学习如何在UIToolbar中调整UIView和UILabel的大小。现在他们太宽了。我认为答案是使用StoryBoard中的“Content Hugging ...”和“Content Compressing ...”功能。