CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Sep 2016 |
Maintained by Jason Grandelli.
The URBNEnvironmentPicker provides both UI and programmatic interfaces to switch environment dependent settings within your app during beta testing.
It comes with 3 classes:
URBNEnvironment
URBNEnvironmentController
URBNEnvironmentPickerTableViewController
The classes themselves are fairly simple - the API for the URBNEnvironmentController
is very similar to NSUserDefaults
. The class interfaces are well documented, so using it should be straightforward.
The environment picker is driven by a that plist you include in your app named URBNEnvironments.plist
. Checkout the sample plist provided in the demo app for the format.
Add this to your Podfile:
pod 'URBNEnvironmentPicker'