ios - MapView on TableViewCell issue -


i trying show map view in tableviewcell. have crated cell view , tried merge main view. have issue can't see map view. why empty map pin?

when run app

when run app

this when touch cell

this when touch cell

enter image description here

i hope achieve same , achieved same adding:

[cell addsubview:self.mapview]; 

cheers!!

let me know if need more clarification.

addition:

[self.mapview setscrollenabled:false]; 

Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -