Adam Share
Adam Share
Do you have a full stack trace? Does this crash happen when you add annotations or during the initialization? If it is during initialization you might have an issue outside...
@architector1 Yes right now the clustering operation already assigns all the annotations their new cluster objects before the animation begins and calls the delegate to update their views. The reason...
@jpmhouston If you have something mocked up that easily reproduces the problem I can take a look otherwise it is pretty hard to tell. Sounds like annotations are getting marked...
Sure that works I'll take a look.
@vjerryv Interesting. Is there a pervious version that works properly for you?
Hmm ok I merged in a branch that added support for OSX so if 2.1.0 works as needed on iOS I would just stick with that version for now. I'll...
Sorry super busy. Can't seem to reproduce the issue, is this still a problem on the latest update?
@aytunch Ok I'll check it out. In your images are those annotation views or call outs? If they are annotation views the size may cause some problems with splitting since...
If you could try and see if this fixes the problem with the crash change in the touches ended method the ``` if (zoomTo.size.width < 3000) ``` to ``` if...
@architector1 Yeah this was something that was on my roadmap. It's definitely doable just haven't had the time to make the switch. Right now all the cluster-able annotations live in...