FBShareSandbox
示例
要运行示例项目,首先克隆仓库,然后从 Example 目录运行 pod install
。
需求
安装
FBShareSandbox 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中:
pod 'FBShareSandbox'
##如何使用
#ifdef DEBUG
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
[[FBShareSandbox sharedSandbox] swipSandboxPage];
});
#endif