zivlevy
Results
2
issues of
zivlevy
RMGreatCircleAnnotation has a bug that it displays the great circle with out its beginning. To correct you need to add this line at RMGreatCircleAnnotation.m:70 [coords addObject:[[CLLocation alloc] initWithLatitude:self.coordinate1.latitude longitude:self.coordinate1.longitude]];
bug
Hi, I need to set the minimum value to the max range, ie the max value can't go below a certain value. In my case the range goes from -6...
enhancement
accepted