With iOS < 6.0 we were able to re-position the “Google” link over map view (by browsing the subviews of map view). Now with iO6, there’s a “legal” link and this is a MKAttributeLabel. A private class that we can’t manipulate …
My problem is that I must add a footer subview to my map and it’ll hide the legal link …
How can I solve this problem without any App Store rejection ?
Can I create another legal button my self and add it where I want in my map view ?
I have no idea what I’m able to do…
Does the footer view have to be inside the map boundary, why not put the map and the footer into the same super view?