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.
我被要求在 MainStoryboard.storyboard 文件中创建 DateChooserViewController 的一个实例。我不确定这是在哪里或如何完成的。
取决于您想要完成的任务:
type
storyboard
identity inspector
identifier
stroryboard
DateChooserViewController *vc = [storyboard instantiateViewControllerWithIdentifier:@"DateChooserViewController"];