TargetQuitViewController 0.0.1× 测试已测试✗ 语言语言 Obj-CObjective C许可证 MIT 发布上次发布2016年3月由linzhilong维护。安装指南×TargetQuitViewController 安装指南你想把以下类似条目添加到 Podfile 中:target 'MyApp' do pod 'TargetQuitViewController', '~> 0.0' end然后在你的终端内运行 pod install,或者从 CocoaPods.app 中运行。如果想要进行测试,请运行以下命令:pod try TargetQuitViewController见 PodspecGitHub 仓库在 CocoaPods.org 上的页面TargetQuitViewController 0.0.1作者zhilong linlinzhilong/TargetQuitViewControllerGitHub 仓库 返回 target quit vc animatable。 import "UIViewController+TargetQuitViewController.h" UIViewController *tmpVC = [what vc you want to back to]; 然后 self.targetQuitViewController = tmpVC; [self backToTargetQuitViewController]; 然后它会从 self animatable 返回 tmpVC,忽略 self 的 parentVC 或 presentingVC。