故事板初始化器是一个简单的故事板实用程序,用于处理instantiateViewControllerWithIdentifier:方法。使用时,您必须设置与类名相同的标识符名称。示例代码如下:


DetailViewController *detailViewController = [self.storyboard instanceWithClass:[DetailViewController class]];

[self.navigationController pushViewController:detailViewController animated:YES];

贡献步骤:

  1. 创建功能分支:git checkout -b my-new-feature

  2. 提交更改:git commit -am 'Added new feature'