MFStoryboardPushSegue 1.0.2

MFStoryboardPushSegue 1.0.2

测试已测试
语言语言 Obj-CObjective C
许可证 BSD
发布最后发布2014年12月

Kyle FullerCalvin Cestari 维护。



UBStoryboardPushSegue,用于非导航控制器的外部。它设计成看起来与 iOS 7 上的 UIStoryboardPushSegue 相同。

MFStoryboardPopSegue

此过渡与 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