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.
我有一个加载 xib 的自定义 UIViewController。第一次实例化时,它需要一些时间才能出现。有没有一种优雅的方式来预加载它,所以它不会这样做?我尝试创建它并在发布后立即创建它。那似乎没有用。我想如果我想这样做,我必须将它添加到主窗口(例如),然后将其删除。但无论如何,该解决方案似乎有点难看。还有什么办法吗?
尝试创建它并调用 [控制器视图]。这将加载它的 xib 并创建和连接它的视图出口等。