2015年9月2日

UIWebView

摘要: UIWebView *webView;nsstring *urlString;Nsurl *url;NSRequest *request;[webView loadRequst];[self.view addSubview:webView];参考案例:http://sourcefreeze.com/... 阅读全文

posted @ 2015-09-02 10:54 puppyb2m 阅读(77) 评论(0) 推荐(0) 编辑

MapView 百度地图 (锁定到以当前经纬度为中心点的显示区域和合适的显示范围 )

摘要: //传入经纬度,将baiduMapView 锁定到以当前经纬度为中心点的显示区域和合适的显示范围- (void)setMapRegionWithCoordinate:(CLLocationCoordinate2D)coordinate{ BMKCoordinateRegion region;if(!... 阅读全文

posted @ 2015-09-02 10:50 puppyb2m 阅读(935) 评论(0) 推荐(0) 编辑

导航