• Stars
    star
    571
  • Rank 78,127 (Top 2 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created over 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

view iOS app sandbox file system on real device, share files via airdrop

What is it?

A simple class, enable you to view sandbox file system on iOS device, share files via airdrop, super convenient when you want to send log files from iOS device to Mac.

How to use?

After your key window is created, add below code:

#ifdef DEBUG
    [[PAirSandbox sharedInstance] enableSwipe];
#endif

now swipe from the right edge of the screen, a simple file browser shall pop up.

no more instructions needed.

Licence

MIT