Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

sqzxcv/MTSandBoxBrowser

Repository files navigation

MTSandBoxBrowser

CI Status Version License Platform

Example

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

Requirements

Installation

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

pod 'MTSandBoxBrowser'

Usage

swift code

import MTSandBoxBrowser

let vc = MTSandBoxBrowserViewController()
let nav = UINavigationController(rootViewController: vc)
self.present(nav, animated: true, completion: nil)
OC code:

#import <MTSandBoxBrowser/MTSandBoxBrowser-Swift.h> , #import "Hey-Swift.h"

- (void)goToReadLocalLogController {
MTSandBoxBrowserViewController *vc = [MTSandBoxBrowserViewController new];
vc.savePath = [NSString stringWithFormat:@"%@/Library/Caches/MTLogs/",NSHomeDirectory()];
UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:vc];
[self presentViewController:nav animated:YES completion:nil];
}

Author

sqzxcv, sqzxcv@gmail.com

hebing, 1101918842@qq.com

License

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

About

⚡️Browse Sandbox files on iOS

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /