CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Nov 2023 |
Maintained by Ricky Tan.
Enjoy the interactive poping feature of UINavigationController? But where is the missing interactive pushing? Here it is.
- (void)viewDidLoad {
[super viewDidLoad];
self.navigationController.rt_enableInteractivePush = YES;
...
}
- (nullable __kindof UIViewController *)rt_nextSiblingController
{
return [[YourNewViewController alloc] init];
}InteractivePush is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "RTInteractivePush"Ricky Tan, [email protected]
InteractivePush is available under the MIT license. See the LICENSE file for more info.