上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页
摘要: -(void)OpenThree:(id)sender;[btn addTarget:self action:@selector(OpenThree:) forControlEvents:UIControlEventTouchUpInside];[btn setTag:1];-(void)Open... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(133) 评论(0) 推荐(0)
摘要: UIImage *image =[self getImage:[[NSBundle mainBundle] pathForResource:@"video" ofType:@"mp4"]];+(UIImage *)getImage:(NSString *)videoURL{ ... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(109) 评论(0) 推荐(0)
摘要: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { [NSThread sleepForTimeInte... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(123) 评论(0) 推荐(0)
摘要: - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { //return YES; return (interfaceOrientation... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(165) 评论(0) 推荐(0)
摘要: UIImageWriteToSavedPhotosAlbum(viewImage,nil, nil, nil); 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(74) 评论(0) 推荐(0)
摘要: #import _weiboText.layer.borderWidth =1.0; _weiboText.layer.cornerRadius =5.0; 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(92) 评论(0) 推荐(0)
摘要: - (IBAction)FindUs:(id)sender { self.UsMap.hidden = NO; CLLocationCoordinate2D coord; coord.latitude = 34.7993; coord.longitu... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(126) 评论(0) 推荐(0)
摘要: NSString *musicPath = [[NSBundle mainBundle] pathForResource:@"净土" ofType:@"mp3"];... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(89) 评论(0) 推荐(0)
摘要: UIDevice *device = [UIDevice currentDevice];//创建设备对象 NSString *deviceUID = [[NSString alloc] initWithString:[device uniqueIdentifier]]; ... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(117) 评论(0) 推荐(0)
摘要: [NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(timerFireMethod:) userInfo:nil repeats:YES];//使用timer定时,每秒触发一次,然后就是写selec... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(87) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页