摘要:
-(void)reverseGeocoder:(MKReverseGeocoder *)geocoder didFindPlacemark:(MKPlacemark *)placemark{ NSLog(@"Country = %@", placemark.country); ... 阅读全文
摘要:
UIView *customView = [[UIView alloc] initWithFrame:CGRectMake(0.0f, 0.0f, 75.0f, 30.0f)]; UIButton *editorCityBtn = [UIButton buttonWithType:UIButtonTypeCustom]; [editorCityBtn setFrame:CGRectMake(0.0f, 0.0f, 30.0f, 30.0f)]; [editorCityBtn setBackgroundImage:MF_PngWithS... 阅读全文