Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8838019
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:52:52+00:00 2026-06-14T09:52:52+00:00

Possible Duplicate: Maps and legal mention In iOS 5 or lower I was able

  • 0

Possible Duplicate:
Maps and legal mention

In iOS 5 or lower I was able to move the Google logo in the map view. iO6 has a “legal” button and this is a MKAttributeLabel. MKAttributeLabel is a private class that I can’t edit.
I have buttons which overlap the map in the bottom (by design) so i moved the google logo.

Is there a way to reposition the Legal button in ios6 maps?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T09:52:54+00:00Added an answer on June 14, 2026 at 9:52 am

    The legal label is a standard UILabel, so you can change the frame like an other label :

    UIView *legalView = nil;
    
    for (UIView *subview in self.mapview.subviews) {
       if ([subview isKindOfClass:[UILabel class]]) {
                legalView = subview;
                break;
         }
    }
    legalView.frame = CGRectMake(150, 150, legalView.frame.size.width, legalView.frame.size.height);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Google Maps Save Polygon and points in MySQL using PHP In my
Possible Duplicate: Remove marker in Google Maps Api v3 I'm trying to give users
Possible Duplicate: Google Maps API Multiple Markers with Infowindows I am creating a Google
Possible Duplicate: Reverse Geocode On Google Maps api v3 I want to find the
Possible Duplicate: Google Maps JS API v3 - Simple Multiple Marker Example On my
Possible Duplicate: Google Maps v3 Shifting After Loading in Wordpress I used the code
Possible Duplicate: Google Maps output=kml broken? I started to get Error when I'm trying
Possible Duplicate: Google Maps output=kml broken? I want to use route system by using
Possible Duplicate: Android:Google Maps API Key Signup : MD5 certification key I'm tryng to
Possible Duplicate: In STL maps, is it better to use map::insert than []? I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.