tags:

views:

106

answers:

2

Anyone know of a way to change the colors of a MKMapView? Is there a way to XOR an image over or blend one that you could "possibly" create a "night version" of the map that isn't so bright?

Thanks!

Dan

A: 

I guess you could create a UIView with a 50% alpha that covered the MKMapView, but then you will have UI problems. I am assuming the Satellite mode doesn't suit?

Cannonade
A: 

better solution would be to add custom colored overlays

GameBit