Show your app in iOS settings

Source: Internet
Author: User

1. Create a setting bundle file.

2. A file appears, open the Root.plist file, and set the value in the Plist file.



3. There are 6 styles in the settings.

Title at the beginning of Group

Multi value

Slider Drag Settings

TextField text Box

Title text

Toggle Switch Switch control

4. Code implementation, you can get the setting value within the program.

Join in the programmer

Nsuserdefaults *defaults = [nsuserdefaultsstandarduserdefaults];

[Defaults objectforkey:@ "111"],

[Defaults objectforkey:@ "222"],

[Defaults objectforkey:@ "333"],

[Defaults objectforkey:@ "444"],

[Defaults objectforkey:@ "555"]

Where the key value is the Identifier value in plist can be used in the program.

6.plist also have a lot of key-value pairs, do not introduce, you can set to try to see the effect. The estimate is soon clear.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.