Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在实施一个自定义MKOverlayView. 在我放大叠加层之前,一切似乎都很好。
MKOverlayView
我发现,给我的 mapRect- (void)drawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)context似乎是任意限制的,但仅限于垂直方向。它会在顶部和底部剪辑我的图像,直到我再次缩小。我已经填写了mapRect地图认为我需要重绘的部分,但我不明白为什么它这么小。
- (void)drawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)context
mapRect