How to move legal link in mkmapview IOS 7
问题 as all we know Apple, we always need to change something for each update. Did somebody solve the moving problem for map legal link? I tried many ways to control legal label but, just it can be hidden? what else I can do? thanks in advance 回答1: You need to change bottomLayoutGuide for your UIViewController. Create a class with following code: MapLayoutGuide.h @interface MapLayoutGuide : NSObject <UILayoutSupport> -(id)initWithLength:(CGFloat)length; @end MapLayoutGuide.m #import