iphone - How to add a subview in settings.bundle? -


I want to show my copyright statement as one subview in one of the settings. Bundle items I have googled for this, but no help was found. Does anyone know how to do this?

It reads and properties and subviews makes it to match the properties. It may seem limited, but it's a deliberate move: it adjusts all the settings equally to make the settings app feel unified.

You can create sub-plast in your setting bundle that defines "SubViews" and you are allowed to create the hierarchical preference interface. You can find information about the document here:.

To display your copyright statement, you can define only one "PSTextFieldSpecifier" field from these sub-plasters. The user can then click on the "copyright" item in your prefix, and you can see the entire interface slide to the left to reveal your copyright text.

Hope that helps!

  • Ben

Comments