Is there any way to setup uncached and nearly, if not completely, predetermined values for my application based on the iOS version without having to manually call initialization code at runtime?
I am not looking for a solution that requires me to either constantly check against the OS while the application is running or have to initialize a number of global variables at run time by making a call through the AppDelegate.