Skip to content

LXManMan/LXQQSlide

Repository files navigation

LXQQSlide

image

使用方法:

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    // Override point for customization after application launch.
    
    self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
    
    self.window.backgroundColor =[UIColor whiteColor];
    
    LXLeftController *leftVc =[[LXLeftController alloc]init];
    LXTabbarController *mainVc =[[LXTabbarController alloc]init];
    LXQQSlideController *qqSlideVc =[LXQQSlideController initWithLeftVC:leftVc mainVc:mainVc];
    self.window.rootViewController = qqSlideVc;
    
    self.qqSlideVc = qqSlideVc;
    self.window.backgroundColor =[UIColor whiteColor];
    return YES;
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published