Commit 74c96e68 authored by lmj_521aiau@163.com's avatar lmj_521aiau@163.com

no message

parent c7f26015
......@@ -659,7 +659,7 @@
[self.trackTimeView.trackButton setEnabled:false];
dispatch_source_t timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0));
dispatch_source_set_timer(timer, DISPATCH_TIME_NOW, 0.2 * NSEC_PER_SEC, 0 * NSEC_PER_SEC);
dispatch_source_set_timer(timer, DISPATCH_TIME_NOW, 0.15 * NSEC_PER_SEC, 0 * NSEC_PER_SEC);
dispatch_source_set_event_handler(timer, ^{
if (count < self.initiallinepath.count) {
......@@ -674,7 +674,7 @@
self.actionPolyline.strokeWidth = 2;
[CATransaction begin];
[CATransaction setAnimationDuration:0.19];
[CATransaction setAnimationDuration:0.14];
self.actionMarker.position = coordinate;
// self.actionMarker.rotation = location.course
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment