Skip to content

Refresh callout view in calloutViewClicked #98

Closed
@martinpfannemueller

Description

@martinpfannemueller

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions