I’ve made a subclass of UITableViewCell and added a MapView. Everytime I scroll the map of the screen and scroll back to that cell it loads again. (As you all know it’s the default behaviour for cell reusing)
Is there anyway to prevent that? Or do you know any other tricks for that case? thanks a lot!
One possible solution:
You could replace the defined kMapCellRow with an instance variable if it makes sense for your app.