Lasha Efremidze
Lasha Efremidze
Related to #63
I've started working on adding animations. I'll release it asap.
The `clusterPosition` is causing the overlap. If you set `clusterPosition` to `.center`, it should fix your issue. `manager.clusterPosition = .nearCenter` ![simulator screen shot - iphone 7 - 2018-10-19 at 12...
I would give some extra space for the cellSize to avoid it jumping when zooming. I'll add a debug view to see cellSize boundaries.
You are right. I'll look into why it jumps.
Adds iOS 11 syntax for clustering.
I will try to add SwiftUI support soon! Any help would be appreciated.
Easiest integration would be to wrap it into a SwiftUI view https://www.hackingwithswift.com/quick-start/swiftui/how-to-wrap-a-custom-uiview-for-swiftui
Updated MagneticView_SwiftUI to support UIViewRepresentable
You would need to use a different effect. You could keep a very small magnetic field and apply another effect too.