应用的基础框架
pod 'LFApplicationCommonFramework'
-(UITabBarController *)addViewControllers : (NSArray <UIViewController *> *)arrray andImageNames:( NSArray * _Nullable )images selectedImageNames:( NSArray * _Nullable )selectedimages forTitles:( NSArray * _Nullable )titles;
self.window = [[UIWindow alloc]initWithFrame:[UIScreen mainScreen].bounds];
self.window.rootViewController = [[LFTabBarViewController new] addViewControllers:@[ViewController.new,ViewController.new]];
[self.window makeKeyAndVisible];