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 文件与其对应的 .h 和 .m 调用或集成到 Storyboard 中吗?我有大约 6 个 xib 文件,里面有它们的布局,我需要在我的新故事板中调用它们。
您不能在情节提要中调用您的 xib 文件,但您可以将任何视图从您的 xib 复制并粘贴到情节提要,并将您的任何情节提要视图控制器的类更改为拥有您的 xib 的控制器的类。