I have a MKMapView
and I would like to take a screenshot of it and share it to a social network, for example to Facebook. I've found a nice way to make the screenshot, using MKMapSnapshotter
(which is available starting with iOS 7), but my question is: Am I able to share a screenshot of MKMapView
? Does Apple allow this?
I found this similar question, but there is not given any clear answer.