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.
我有一个有很多视图的应用程序,每个视图都有自己的工具栏。我想在每个上实现一个主页按钮,但我想知道让一堆 segues 回到第一个视图控制器是否明智。有没有更好的方法来实现这一点?
如果效率是您的游戏,请将按钮放在它自己的 UIView 中,并在启动时将该 UIView 覆盖在您的 UIViewController 上。然后就是在正确的时间将 alpha(以及位置,如果这也是你的游戏)设置为 0.0 或 1.0 的问题。