Skip to content

itaen/iAirSandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iAirSandbox

How To Get Started

  • check out project
  • pod install environment
  • run example in your simulator or iOS device
  • shake device will get a pop up window
  • that's all, view or send u file to computer

Requirements

  • iOS 9 above

Installation

  • check out project
  • import all files in ITWSandbox directory to your project

Usage

// add import
#import "ITWSandboxDashBoard.h"

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    //enable shake to pop up sandbox viewer in debug mode
    [ITWSandboxDashBoard enableShakeToView];
    return YES;
}

Communication

License

iAirSandbox is released under the MIT license. See LICENSE for details.

About

pop up app sandbox directory by shake gesture.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published