获取main类,跳转

2018-01-18  本文已影响2人  c5550ea746f8

NSMutableDictionary* dic=[NSMutableDictionary dictionaryWithContentsOfFile:FILE_PATH(@"LoginData.plist")];

        [dic removeAllObjects];

        [dic writeToFile:FILE_PATH(@"LoginData.plist") atomically:YES];

        [[CheckUserData shareInstance] setIsLogin:NO];

        BaseTabBarViewController* tabbar=[[UIStoryboard storyboardWithName:@"Main" bundle:[NSBundle mainBundle]]instantiateViewControllerWithIdentifier:@"tabbar"];

        [self presentViewController:tabbar animated:NO completion:nil];

上一篇 下一篇

猜你喜欢

热点阅读