【发布时间】:2013-03-17 08:34:15
【问题描述】:
根据这篇文章,我使用 root.plist 文件来设置我的 monotouch iPhone 应用程序:
http://adtmag.com/articles/2010/04/13/working-with-application-settings-in-monotouch.aspx
我们如何才能拥有一个默认不可见的字段,而应用程序可以根据条件更改可见性?
【问题讨论】:
-
为什么不将单点触控应用程序的设置存储在 sqlite 数据库中?它比 plist 文件更灵活。示例:stackoverflow.com/a/14322497/548395
标签: iphone xamarin.ios settings.bundle