iphone - Accessing / Setting global settings of the iOS-Settings-App -
is there possibility programmatically access/change (global) settings, 1 accessible via settings-icon on every idevice.
background: want changes localization settings inside app. (and no, i'm not planning on releasing app store => yes, can use private api ;) )
depends on want change. can set region format of app using setlocale function of dateformatter, can set date format 24 or 12 hour format in app, regardless of time format set in device using setdateformat etc. cannot change setting in phone can make app follow settings want.
Comments
Post a Comment