1

我需要ViewController使用 Storyboard 以编程方式实例化一个,因为这个 ViewController 只被有条件地调用(它在 aUIBarButtonItem存在时加载,这是有条件的)。

我知道我可以按照本Apple 开发人员指南的指示,通过调用此方法instantiateViewControllerWithIdentifier:(NSString *)identifier来做到这一点(请参阅以编程方式实例化 Storyboard 的视图控制器)。UIStoryboard

这一切都很好,直到我坚持使用identifier,因为 XCode 4.5 Interface Builderidentifier在 Attributes Inspector 下没有属性。它只有 Identity Inspector 下的 Storyboard ID,这并没有真正的帮助。

任何人都知道如何解决这个问题?

4

0 回答 0