FVDebugDataBrowser 0.1.1

FVDebugDataBrowser 0.1.1

Maintained by Fong Zhou.



  • By
  • Fong Zhou

FVDebugDataBrowser

Version License Platform

alt tag

FVDebugDataBrowser is a dev/debug tool that allows you to read the content inside an app

Requirements

  • iOS 8.0+
  • Xcode 8.3+
  • Swift 3.2+

Installation

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

pod 'FVDebugDataBrowser'

Features

  • Userdefault
  • Core-Data
  • Custom Events
  • Network

Usage

Setup debugger (in AppDelegate for example)

    FVDebugDataBrowser.setup()

To add Core Data

    FVDebugDataBrowser.addPersistenceContainer("CoreDataDbName")

To log custom Events

    FVDebugDataBrowser.logEvent("UserDidClickOnButton", value: "event")

Display the debugger

    FVDebugDataBrowser.display()

Author

Foodvisor, [email protected]

License

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