Ahmet Yalcinkaya

Results 6 comments of Ahmet Yalcinkaya

swift version of above code ( for copy-pasters ) : ``` func zoomToFitAllAnnotationsAnimated(animated:Bool) { let annotations = self.annotations if annotations.count > 0 { let firstCoordinate = annotations[0].coordinate //Find the southwest...

http://www.swifttube.co/event/serversideswift2019 30 Oct - 1 Nov 2019

There is no official plan for iOS App right now but @emreozdil has some ideas about it. I added test DB to the repo with PR #5. If you want...

Nice idea @wstompearson. As you mention, we need to add login and signup functionality before doing this issue. Let's create those issues and start from there.

I also have this and then I figure out that my project cannot load the plugin successfully. You can add a debug pointer to pluginInitialize method on CDVRemoteInjectionPlugin.m file and...

I managed to make it work with iOS. Make sure you have this config in your config.xml file. ``` ```