Take a look at the last paragraph of the Overview section in the MKMapView class reference:
Although you should not subclass the MKMapView class itself,...
I think that pretty well answers your question of whether you should subclass it. One thing you could do is put another view on top of the MKMapView that looks like the background to round the corners. If you need it to be of arbitrary size, you can try the strechableImage
method on UIImage
.
Ed Marty
2009-08-29 14:52:45