Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 521 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 521 Bytes

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