菜鸟教程小白 发表于 2022-12-13 13:50:43

iphone - 将应用程序部分添加到设置?


                                            <p><p>如何在应用程序的设置中添加一个部分,它与 NSUserDefaults 相关还是完全不同?只是不确定这叫什么或从哪里开始。</p>

<p> <img src="/image/OWMwa.png" alt="enter image description here"/> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>这是一个你添加到应用程序中的 Bundle,称为设置。</p>

<p>这里是文档:<a href="http://developer.apple.com/library/ios/#documentation/cocoa/Conceptual/UserDefaults/Preferences/Preferences.html" rel="noreferrer noopener nofollow">http://developer.apple.com/library/ios/#documentation/cocoa/Conceptual/UserDefaults/Preferences/Preferences.html</a> </p>

<p>要添加 <code>settings.bundle</code>,选择 <code>New File..</code> 然后在列表中选择 <code>Resource</code> > <code>Settings Bundle</code>。这将为您的项目添加一个设置包。其中包含一些默认示例设置。</p>

<p>在设置应用中所做的所有设置更改都存储在 <code>NSUserDefaults</code> 中,因此您可以轻松访问它们。</p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - 将应用程序部分添加到设置?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/10699447/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/10699447/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - 将应用程序部分添加到设置?