gpt4 book ai didi

iphone - iPhone 中的 [NSBundle mainBundle] 是什么意思?

转载 作者:行者123 更新时间:2023-12-03 20:00:57 26 4
gpt4 key购买 nike

RootViewController *rvController = [[RootViewController alloc] initWithNibName:@"RootViewController" bundle:[NSBundle mainBundle]];

有时我看到它使用 nil ,我不知道它到底有什么用?

最佳答案

这是具体的解释:

The bundle in which to search for the nib file. This method looks for the nib file in the bundle's language-specific project directories first, followed by the Resources directory. If nil, this method looks for the nib file in the main bundle.

我认为 [NSBundle mainBundle] 没有做任何与你输入 nil 不同的事情。但是,如果你想做国际化和本地化,你可以使用它们

More details here

关于iphone - iPhone 中的 [NSBundle mainBundle] 是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3393142/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com