xzeror

Results 3 comments of xzeror

@sbarow so what about https://github.com/uber/RIBs/issues/312?

Была такая же проблема с белыми картами. С некоторых пор, непонятно с каких, требуется инициализировать sharedInstance рядом с setApiKey, например так: ``` // В AppDelegate func application(_ application: UIApplication, didFinishLaunchingWithOptions...

Because you are using clusterized collection you should implement two tap listeners: one for object taps (the one you have implemented), and the other one for cluster taps, e.g.: ```...