RXVCMediator 0.2

RXVCMediator 0.2

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布时间上次发布2017年2月

Rush D Xzj 维护。



使用方法

- (void)showMain
{
    NSDictionary *query = @{@"param1":@"param1Value",
                            @"param2":@"param2Vale"};
    UIViewController *vc = [UIViewController rx_vcWithString:@"rxpage://MainViewController?a=1&b=2&c=3" query:query];
    UINavigationController *nc = [[UINavigationController alloc] initWithRootViewController:vc];
    self.window.rootViewController = nc;
}


- (IBAction)btnNextTouchUpInside:(id)sender {
    [RXVCMediator pushInNavigationController:self.navigationController withString:@"rxpage://FirstViewController" query:nil animate:YES];
}

http://www.cnblogs.com/xzjxylophone/p/4962517.html