Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的故事板中有一个带有 uiButtonItem 和一些灵活/固定空间项的工具栏。使用 xcode6,它们不再可见,在视图检查器中的按钮之间切换时我仍然可以看到边缘,但它们不可见。我试图更改按钮色调/背景,但它们仍然不可见。
事实证明,在 ViewController 的模拟指标中,bottomBar 未设置为推断。我将其重置为推断,所有 ButtonItems 现在都像以前一样显示。