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.
有没有办法手动创建一个可以显示弹出控制器的 barButtonItem?
我现在附加按钮的唯一方法是在 willHideViewController 委托内,我认为传递到那里的按钮是由拆分视图自动创建的。
谢谢。
我不久前想通了,并认为我应该回来以防有人偶然发现。
我在让按钮出现时遇到问题,因为没有调用代表来显示它们。事实证明,没有调用委托,因为我没有将委托设置为拆分视图控制器的根视图控制器。