فهرست منبع

1.修改iOS Apex Mobile Ship Map当前点复用后不正确。

Pen Li 7 سال پیش
والد
کامیت
885cadb2c1
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Apex Mobile/Apex Mobile/ShipMap/AMShipMap.m

+ 2 - 2
Apex Mobile/Apex Mobile/ShipMap/AMShipMap.m

@@ -122,7 +122,7 @@ typedef enum {
     
     NSDictionary *locationInfo = annotation;
     if (_currentAnnotaion) {
-        [self stopTwinkle];
+//        [self stopTwinkle];
         _currentAnnotaion.alpha = 1.f;
         _currentAnnotaion = nil;
     }
@@ -180,7 +180,7 @@ typedef enum {
         }
     }
     
-    [self startTwinkle];
+//    [self startTwinkle];
 }
 
 #pragma mark - Twinkle Current