Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.63 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.63 KB

FGUserDefaultsInspector

[![CI Status](http://img.shields.io/travis/Goessler, Florian/FGUserDefaultsInspector.svg?style=flat)](https://travis-ci.org/Goessler, Florian/FGUserDefaultsInspector) Version License Platform

With this pod you can explore and edit values inside your NSUserDefaults without the need of a debugger. This might be especially helpful for your testers or to explore what's actually inside your NSUserDefaults - some 3rd party libs leave a lot of stuff there.

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

To use it inside your project just instantiate a FGUserDefaultsInspectorViewController and push it inside of an UINavigationController.

Requirements

iOS7+, although it should run under iOS6 but it's not tested there.

The search bar is only available under iOS8+ cause it uses the new UISearchController.

Installation

FGUserDefaultsInspector is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "FGUserDefaultsInspector"

Author

Florian Gößler, [email protected]

License

FGUserDefaultsInspector is available under the MIT license. See the LICENSE file for more info.