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.
-initWithCoder:除了Storyboard 视图控制器,还有其他方法可以使用 init 方法吗?我已经知道你可以在里面的 VC 上设置属性-prepareForSegue:。
-initWithCoder:
-prepareForSegue:
是的,您可以使用-initWithNibName:加载视图的 nib 文件。您需要按照以下步骤操作:
-initWithNibName: