iphone - Open the Settings app? -


possible duplicate:
opening settings app app

can open iphone's default settings app application?

you can use on ios 5.0 , later:

[[uiapplication sharedapplication] openurl:[nsurl urlwithstring:@"prefs://"]]; 

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

binding - How can you make the color of elements of a WPF DrawingImage dynamic? -

c# - How to add a new treeview at the selected node? -