Sportica   Sportica
摘要: UIPanGestureRecognizer *recognizer = [[[UIPanGestureRecognizer alloc]initWithTarget:self action:@selector(paningGestureReceive:)]autorelease]; [recognizer delaysTouchesBegan]; [self.view addGestureRecognizer:recogn... 阅读全文
posted @ 2013-06-24 17:46 qingjoin 阅读(736) 评论(0) 推荐(0) 编辑
摘要: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ self.window = [[[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]] autorelease]; // Override point for customization after application launch. self.viewController = [[[V... 阅读全文
posted @ 2013-06-24 17:26 qingjoin 阅读(225) 评论(0) 推荐(0) 编辑
摘要: loginView.backgroundColor=[UIColorcolorWithHue:0saturation:0brightness:0.9alpha:0.85];可随意调 阅读全文
posted @ 2013-06-24 11:29 qingjoin 阅读(1490) 评论(0) 推荐(0) 编辑
  Sportica