You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: