0

I want to Get all my Application Setting transfer from Setting to Application inside .

Like I have settings like this in my Setting enter image description here

And I want to handle it from my application. The main problme is that when i need to change my setting I need to minimize of kill my application to save its changes . So Do i want to put it inside my Application on click of one tabbar button . So I can change it any time from inside my application .

How do I put all this in my custom view which i have created inside my application . Thanks in advance .

Vivek2012
  • 772
  • 1
  • 13
  • 25

2 Answers2

1

If I have not misunderstood, then I think your requirement is like this:

How do I open the Settings application from my application?

Community
  • 1
  • 1
Nuzhat Zari
  • 3,398
  • 2
  • 24
  • 36
0

Think you cannot access(get/set saved items in) Settings.app from your application if you are using iOS5.1 Please see the link for reference.

Community
  • 1
  • 1
Ananth
  • 815
  • 9
  • 26