测试已测试 | ✗ |
语言语言 | Obj-CObjective C |
许可证 | BSD |
发布最后发布 | 2014年12月 |
由 Kyle Fuller、Calvin Cestari 维护。
UBStoryboardPushSegue,用于非导航控制器的外部。它设计成看起来与 iOS 7 上的 UIStoryboardPushSegue 相同。
此过渡与 UIStoryboardPopSegue 相当。您可以通过覆盖要解除的视图控制器上的解除方法来使用它。例如
- (UIStoryboardSegue *)segueForUnwindingToViewController:(UIViewController *)toViewController fromViewController:(UIViewController *)fromViewController identifier:(NSString *)identifier {
return [[MFStoryboardPopSegue alloc] initWithIdentifier:identifier source:fromViewController destination:toViewController];
}
platform :ios, '6.0'
pod 'MFStoryboardPushSegue'
MFStoryboardPushSegue 在 BSD 许可证下发布。请参阅 LICENSE。