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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
What would be the recommended way to add a custom marker that has a UIImage which is loaded from an asynchronous (web/cache call) thread. I'm toying around with subclassing
MGLAnnotationImage
as well as adding a category similar to https://github.com/AFNetworking/AFNetworking/blob/master/UIKit%2BAFNetworking/UIImageView%2BAFNetworking.h. It becomes a bit c-like as I'm diving intoCALayer
which I feel may not be the most appropriate path.Just wondering what the community recommends for something like this.
The text was updated successfully, but these errors were encountered: