Today I tried to change the clicked callout view inside the calloutViewClicked delegate method. The problem is that the view does not change. How can the callout view get refreshed? Code example:
- (void)calloutViewClicked:(SMCalloutView *)calloutView {
calloutView.title = @"Test"; // Gets actually changed as seen in debugger but does not change in the UI
}
I already tried to send setNeedsDisplay to the calloutView.
Today I tried to change the clicked callout view inside the calloutViewClicked delegate method. The problem is that the view does not change. How can the callout view get refreshed? Code example:
I already tried to send setNeedsDisplay to the calloutView.