is there anyway to add new entries to the Settings bundle during run time?
在运行时,是否有必要向Settings bundle添加新条目?
We would like to be able to turn-off and on options depending on what information the user have entered. Seems like all Apple documentation talks about modifying preferences, but not the Setings page itself.
我们希望能够根据用户输入的信息关闭和打开选项。似乎所有的苹果文档都是关于修改首选项的,而不是segue本身。
thanks!
谢谢!
1 个解决方案
#1
4
The settings.bundle is read-only. You can NOT modify it during run time.
设置。包是只读的。您不能在运行时修改它。
If you want to be able to change settings during run time, you have include the app settings from within the app.
如果你想在运行时更改设置,你可以在应用程序中包含应用程序设置。
#1
4
The settings.bundle is read-only. You can NOT modify it during run time.
设置。包是只读的。您不能在运行时修改它。
If you want to be able to change settings during run time, you have include the app settings from within the app.
如果你想在运行时更改设置,你可以在应用程序中包含应用程序设置。