摘要:
#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... 阅读全文
摘要:
#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... 阅读全文
摘要:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ UILocalNotification *notification = [[UILocalNotification alloc] init]; NSDateFormatter *formatter = [[NSDateFormatter alloc] init]; [formatter setDateFormat:@"HH:mm:ss"]; //... 阅读全文