02 2019 档案
摘要:self.navigationController.navigationBar.translucent = YES;//透明
阅读全文
摘要:@property (nonatomic, strong) MAPolyline *commonPoly; #pragma mark -- 将地图的点连线 - (void)createBrokenLine { [self.mapView removeOverlay:_commonPoly]; CLLocationCoordinate2D commonPolyLineCoords...
阅读全文
摘要:做倒计时后台传的不是时间戳,是时间然后需要与系统时间对比得出时间戳进行倒计时显示 #pragma mark -- 倒计时
阅读全文