上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页
摘要: 一.基本知识目前主流的智能手机大部分都支持GoogleMap地图程序,而手机上的地图程序确实能给我们的出行带来很大的方便。在iPhone中利用MapKit框架可以很方便的显示Google地图,并且可以在地图上添加标注。二.具体介绍1.MKMapView的显示(1)创建MKMapViewCGRect... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(86) 评论(0) 推荐(0)
摘要: //////////响应 #pragma mark - UIActionSheetDelegate - (void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonInde... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(88) 评论(0) 推荐(0)
摘要: ///获取touch位置 CGPoint touchPoint=[touch locationInView:self.view]; NSString *str=[NSString stringWithFormat:@"%f",touchPoint.x]; myLabel.text =s... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(117) 评论(0) 推荐(0)
摘要: -(void)OpenThree:(id)sender;[btn addTarget:self action:@selector(OpenThree:) forControlEvents:UIControlEventTouchUpInside];[btn setTag:1];-(void)Open... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(140) 评论(0) 推荐(0)
摘要: UIImage *image =[self getImage:[[NSBundle mainBundle] pathForResource:@"video" ofType:@"mp4"]];+(UIImage *)getImage:(NSString *)videoURL{ ... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(114) 评论(0) 推荐(0)
摘要: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { [NSThread sleepForTimeInte... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(132) 评论(0) 推荐(0)
摘要: - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { //return YES; return (interfaceOrientation... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(166) 评论(0) 推荐(0)
摘要: UIImageWriteToSavedPhotosAlbum(viewImage,nil, nil, nil); 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(82) 评论(0) 推荐(0)
摘要: #import _weiboText.layer.borderWidth =1.0; _weiboText.layer.cornerRadius =5.0; 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(97) 评论(0) 推荐(0)
摘要: - (IBAction)FindUs:(id)sender { self.UsMap.hidden = NO; CLLocationCoordinate2D coord; coord.latitude = 34.7993; coord.longitu... 阅读全文
posted @ 2012-12-06 15:30 废弃账号 阅读(143) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页