2014年9月18日

CLLocationManager

摘要: Requesting Authorization for Location Services- (void)requestWhenInUseAuthorization- (void)requestAlwaysAuthorizationDetermining the Availability of S... 阅读全文

posted @ 2014-09-18 18:16 嘉遁 阅读(239) 评论(0) 推荐(0) 编辑

MKMapViewDelegate

摘要: Responding to Map Position Changes- (void)mapView:(MKMapView *)mapView regionWillChangeAnimated:(BOOL)animated//将要改变region时调用。如果scroll则会调用很多次- (void)m... 阅读全文

posted @ 2014-09-18 15:40 嘉遁 阅读(956) 评论(0) 推荐(0) 编辑

MKMapView

摘要: Accessing Map Properties@property(nonatomic)MKMapTypemapType@property(nonatomic,getter=isZoomEnabled)BOOLzoomEnabled@property(nonatomic,getter=isScrol... 阅读全文

posted @ 2014-09-18 14:55 嘉遁 阅读(838) 评论(0) 推荐(0) 编辑

BlueTooth作为center使用总结

摘要: 概述每个外部蓝牙设备有自己的UUID。每个蓝牙设备可能有多个server,每个server可能有多个characteristic,每个server和characteristic都有自己的UUID。建立centerManagermyCentralManager = [[CBCentralManager... 阅读全文

posted @ 2014-09-18 11:19 嘉遁 阅读(613) 评论(0) 推荐(0) 编辑

Map使用总结

摘要: 111 阅读全文

posted @ 2014-09-18 11:18 嘉遁 阅读(81) 评论(0) 推荐(0) 编辑

AutoReleasePool使用总结

摘要: 1.知识点int main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])... 阅读全文

posted @ 2014-09-18 10:55 嘉遁 阅读(1381) 评论(0) 推荐(0) 编辑

导航