how to access via callout Bubble on a descriptive map on a tableView

Asked

Viewed 46 times

0

I am a student and I am developing an IOS app where the user is provided with a map with some marked places (pin) where the name of the place appears in the callout.(through a JSON file) Through a tabBar you can access a tableView where it comes enunciated all the places and touching one, passes to another view where is available all the descriptive of that location. My question is: how to access directly from a chosen Bubble callout on the map to its description in another view?

  • 2

    Hi, mariana, welcome to [en.so]. It’s best if you illustrate your problem with the code you’re working with. You’re free to [Edit] the question and add more information. The [Ask] guide deserves a read.

1 answer

1

-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {

}

Take a look at this method, I think that’s it, if you don’t post the code to look at it.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.