Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh callout view in calloutViewClicked #98

Closed
martinpfannemueller opened this issue Dec 27, 2015 · 1 comment
Closed

Refresh callout view in calloutViewClicked #98

martinpfannemueller opened this issue Dec 27, 2015 · 1 comment

Comments

@martinpfannemueller
Copy link

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.

@martinpfannemueller
Copy link
Author

Found a similar question there: #56
Will try to do it like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant