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

  • SEARCH
  • Home
  • 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 6900759
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T07:35:14+00:00 2026-05-27T07:35:14+00:00

I got a MapView on which I edited the callout of my annotations through

  • 0

I got a MapView on which I edited the callout of my annotations through pushing a UIPopover Controller, on which i added some table views..
I would like to achive that I don’t have to click so that my popover controller dismisses when I e.g. select another annotation on the map.. Are there any possibilities to enable these objects in background without clicking?

Any ideas or suggestions to solve this?

  • 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-05-27T07:35:15+00:00Added an answer on May 27, 2026 at 7:35 am

    Since a UIPopoverController is considered modal, the default behaviour is the one you described: you must first close the popover before interacting with the view under it.

    You can, however, interact with views under the popover by assigning its passthroughViews property:

    UIPopoverController Class Reference:

    When displayed, taps outside of the popover window cause the popover
    to be dismissed automatically. To allow the user to interact with the
    specified views and not dismiss the popover, you can assign one or
    more views to the passthroughViews property.

    passthroughViews

    An array of views that the user can interact with while the popover is
    visible.

    @property (nonatomic, copy) NSArray *passthroughViews

    Discussion

    When a popover is active, interactions with other views are
    normally disabled until the popover is dismissed. Assigning an array
    of views to this property allows taps outside of the popover to be
    handled by the corresponding views.

    That way, you should be able to interact with your MapView while the popover is showing.

    You can dismiss the currently showing popover when you select another annotation by calling dismissPopoverAnimated:

    dismissPopoverAnimated:

    Dismisses the popover programmatically.

    • (void)dismissPopoverAnimated:(BOOL)animated

    Parameters

    animated Specify YES to animate the dismissal of the popover or NO to
    dismiss it immediately.

    Discussion

    You can use this method to dismiss the popover programmatically in
    response to taps inside the popover window. Taps outside of the
    popover’s contents automatically dismiss the popover.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How would dynamically draw markers on a Mapview? I've got the following code which
I've got a mapview that I want to put some markers on top of.
I want to update the images of some of my annotations on a mapview
i'm developing an iPhone app which embed a mapView made with mkmapkit. I got
I've got a mapView which zooms to the current location using viewDidLoad : #define
i'm developing an iPhone app which embed a mapView made with mkmapkit. I got
Ok, so I've got some issues with my MapKit annotations. First of all, I
Got some code that is not mine and its producing this warning atm: iehtmlwin.cpp(264)
I've got a method that takes in the annotations (custom PostLocationAnnotation class) to be
I've got a MKMapView and I'm adding annotations like this: for (NSDictionary *tmp in

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.