摘要: #define SNOW_IMAGENAME @"snow"#define IMAGE_X arc4random()%(int)Main_Screen_Width#define IMAGE_ALPHA ((float)(arc4random()%10))/10#define IMAGE_WIDTH arc4random()%20 + 10#define PLUS_HEIGHT Main_Screen_Height/25#import "ViewController.h"@interf... 阅读全文
posted @ 2014-03-07 16:26 菜鸟程序猿 阅读(455) 评论(0) 推荐(0) 编辑
摘要: #define SNOW_IMAGENAME @"snow"#define IMAGE_X arc4random()%(int)Main_Screen_Width#define IMAGE_ALPHA ((float)(arc4random()%10))/10#define IMAGE_WIDTH arc4random()%20 + 10#define PLUS_HEIGHT Main_Screen_Height/25#import "ViewController.h"@interf... 阅读全文
posted @ 2014-03-07 16:06 菜鸟程序猿 阅读(455) 评论(0) 推荐(0) 编辑
摘要: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ UILocalNotification *notification = [[UILocalNotification alloc] init]; NSDateFormatter *formatter = [[NSDateFormatter alloc] init]; [formatter setDateFormat:@"HH:mm:ss"]; //... 阅读全文
posted @ 2014-03-07 15:30 菜鸟程序猿 阅读(516) 评论(0) 推荐(0) 编辑