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.
我记得 UIViewControllers 仅用于全屏。在屏幕的一部分中使用 GLKViewController 是否安全?
确实 UIViewControllers 仅适用于全屏,但这并不意味着它不可能。如果你能让它工作,那就去吧!但是,在这种情况下,最好将 GLKView 放在角落并从 UIViewController 控制超级视图的任何地方进行管理。