Okhan Okbay

Results 21 comments of Okhan Okbay

You can do this by hacking things. I will add this to 0.2.0 milestone but currently you can achieve it like below: **1) Define an EmptyView:** ``` class EmptyView: UIView,...

Fair point. You will be able to do this in 0.2.0. As in the `MKMapView`, allowing a user to opt-out of showing a callout view for a specific annotation must...

For the first one, can you please give some more details? I can't reproduce. It works fine for me. The second one, should be ok after you increase width and...

> When touching inside of annotation, annotation closing.Also i tested some users.I think calloutView should be closed touching outside of annotation. Can you please tell about it more? I couldn't...

Overriding hitTest is already being done, thus the buttons inside callout view are responding to touch events. It can be improved to include MKAnnotationView type in one of the future...

Hi, what do you mean by keep?

Nice point, will be done

Currently, MapViewPlus doesn't support this out of the box. Adding this to 0.2.0 milestone now.

Facing the same issue here. Socket disconnects and reconnects periodically. My setup is: ````swift let manager = SocketManager(socketURL: URL(string:Config.baseURL)!, config: [.log(false), .forceNew(true), .connectParams(["token":"myToken"]), .forceWebsockets(true), .compress, .secure(true)]) ````

I didn't try this use case but will take a look at it.