本文介绍了MKMapView更改颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人知道改变MKMapView颜色的方法吗?有没有一种方法可以对图像进行XOR或混合处理,从而可以可能"创建不太亮的地图夜间版本"?

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?

谢谢!

推荐答案

更好的解决方案是添加自定义的彩色叠加层

better solution would be to add custom colored overlays

这篇关于MKMapView更改颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-26 23:45