Skip to content

CSKeyNavigationController可以使用Key来跳转viewController

License

Notifications You must be signed in to change notification settings

KoonChaoSo/CSKeyNavigationController

Repository files navigation

CSKeyNavigationController

CSKeyNavigationController push ViewController With Key ! You can push easily to other viewcontroller and pop another with key.

Version

V0.1

Who is behind?

Get Started

AppDelegate.m

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {

    self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
    [self.window makeKeyAndVisible];

    UIViewController *mainVC = [UIStoryboard storyboardWithName:@"Main" bundle:nil].instantiateInitialViewController;
    CSKeyNavigationController *navC = [[CSKeyNavigationController alloc] initWithRootViewController:mainVC];

    self.window.rootViewController = navC;
    return YES;
}

License

MIT License

About

CSKeyNavigationController可以使用Key来跳转viewController

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published