如何在 ios 应用程序首选项设置中向文本字段写入值?
在应用程序首选项设置中,我有文本字段。 文本字段的行为: 1. 当用户输入文本并启动应用程序时,将获取并处理输入的文本。 2.当用户清除textFiled并启动时,将动态生成一些文本,并且必须将动态生成的文本放回设置首选项中的textField。
有什么方法可以将值写入应用程序设置首选项中的 textField 吗?
In application preference settings i have text field.
Behavior of textField:
1. When user enters text and launch application, the entered text is taken and processed.
2. when user clears textFiled and launch, the some text will be generated dynamically and has to put back the dynamically generated text to textField in settings preferences.
Is there any way to write the value to textField in application settings preferences ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
应用程序的 Settings.app 值存储在 NSUserDefaults 中。您应该能够通过以下方式设置它们:
The values of Settings.app for your application are stored in the NSUserDefaults. You should be able to set them with: