开发者

iPhone Settings.bundle textfield preference

开发者 https://www.devze.com 2023-01-12 03:27 出处:网络
How would I make an option in Settings.bundle which allows the user to select what type of textfield preference they would like? Example: selecting if they want autocompletion 开发者_开发百科on or off

How would I make an option in Settings.bundle which allows the user to select what type of textfield preference they would like? Example: selecting if they want autocompletion 开发者_开发百科on or off.

Thanks


Seems like you'd use a toggle switch to turn autocompletion on or off, no? Read @Fran's linked document to find out how to include one in your Root.plist file.

0

精彩评论

暂无评论...
验证码 换一张
取 消