Parcourir la source

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

Pen Li il y a 7 ans
Parent
commit
885cadb2c1
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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