I'm using the answer os this post to change Map Legal Text position on the screen (Put it on the up right corner of the screen). Its works fine, but when the map is rotated, it fails.
I tried to insert the code in the following method to get the end of the rotation:
- (void)mapView:(MKMapView *)mapView didChangeUserTrackingMode:(MKUserTrackingMode)mode animated:(BOOL)animated
But the legal text returns to its original position (bottom left corner).
How do I move the legal text again after the rotation ending?