摘要:
工厂模式 1.2.#import <UIKit/UIKit.h>3.4.@interface LXYUIFactory : NSObject5.6./**创建Window*/7.+ (UIWindow *)createWindow;8.9./**创建一个试图控制器*/10.+ (UIViewCont 阅读全文
posted @ 2016-02-17 10:48
Emerys
阅读(168)
评论(0)
推荐(0)
摘要:
UITabBarController 1.- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {2. // Override poin 阅读全文
posted @ 2016-02-17 10:35
Emerys
阅读(216)
评论(0)
推荐(0)