RTInteractivePush 0.1.6

RTInteractivePush 0.1.6

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最后发布2023年11月

Ricky Tan 维护。



喜欢 UINavigationController 的交互式弹出功能吗?但交互式推送哪里去了?这里就有。

示例

ScreenCap

- (void)viewDidLoad {
    [super viewDidLoad];
    self.navigationController.rt_enableInteractivePush = YES;
    ...
}

- (nullable __kindof UIViewController *)rt_nextSiblingController
{
    return [[YourNewViewController alloc] init];
}

需求

  • iOS 7+
  • Xcode 8+

安装

InteractivePush 可以通过 CocoaPods 使用。要安装它,只需将以下行添加到您的 Podfile

pod "RTInteractivePush"

作者

Ricky Tan, [email protected]

许可证

InteractivePush 在 MIT 许可下可用。有关更多信息,请参阅 LICENSE 文件。