摘要: AppDelegate.m#import "AppDelegate.h"@implementation AppDelegate- (void)dealloc{ [_window release]; [super dealloc];}- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ self.window = [[[UIWindowalloc] initWithFrame:[[UIScreenmainScre 阅读全文
posted @ 2013-03-22 17:13 沉默的影子 阅读(134) 评论(0) 推荐(0)