2014年9月22日

UIGestureRecognizerDelegate

摘要: Regulating Gesture Recognition- (BOOL)gestureRecognizerShouldBegin:(UIGestureRecognizer *)gestureRecognizer//Asks the delegate if a gesture recognizer... 阅读全文

posted @ 2014-09-22 20:35 嘉遁 阅读(521) 评论(0) 推荐(0) 编辑

UITapGestureRecognizer

摘要: Configuring the Gesture@property(nonatomic) NSUInteger numberOfTapsRequired@property(nonatomic) NSUInteger numberOfTouchesRequired例子 // 单击的 Recogni... 阅读全文

posted @ 2014-09-22 20:20 嘉遁 阅读(166) 评论(0) 推荐(0) 编辑

UIPinchGestureRecognizer UIRotationGestureRecognizer

摘要: UIPinchGestureRecognizer@property(nonatomic) CGFloat scale@property(nonatomic, readonly) CGFloat velocityUIRotationGestureRecognizer@property(nonatomi... 阅读全文

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

UIPanGestureRecognizer UIScreenEdgePanGestureRecognizer

摘要: Configuring the Gesture Recognizer@property(nonatomic) NSUInteger maximumNumberOfTouches//The maximum number of fingers that can be touching the view ... 阅读全文

posted @ 2014-09-22 17:03 嘉遁 阅读(495) 评论(0) 推荐(0) 编辑

2014年9月20日

CBCharacteristic

摘要: Identifying a Characteristic@property(readonly, nonatomic) CBUUID *UUID@property(weak, readonly, nonatomic) CBService *serviceAccessing Characteristic... 阅读全文

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

2014年9月19日

CBCentralManager

摘要: Initializing a Central Manager- (instancetype)initWithDelegate:(id)delegate queue:(dispatch_queue_t)queue//建立Center- (instancetype)initWithDelegate:(i... 阅读全文

posted @ 2014-09-19 10:50 嘉遁 阅读(742) 评论(0) 推荐(0) 编辑

git使用

摘要: git branchgit statusgit add *.mgit add *.hgit add *.pnggit add zher/Info.plistgit commit -a -m "1112222333"rm -rf .git 删除gitgit init 初始化git 阅读全文

posted @ 2014-09-19 10:35 嘉遁 阅读(139) 评论(0) 推荐(0) 编辑

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) 编辑

导航