Hi,
Good stuff with version 2.5.1! Mainly on Xcode 7, Swift 2.0 support. :) Thanks for that!
The demo project seems to be broken. When I click on "Map JSON & download", the app crashes.
...
Type: Posts; User: Conaaando
Hi,
Good stuff with version 2.5.1! Mainly on Xcode 7, Swift 2.0 support. :) Thanks for that!
The demo project seems to be broken. When I click on "Map JSON & download", the app crashes.
...
This is fixed in Skobbler 2.5.1. :-)
Thanks.
Yes, I did try StackOverflow and Google. The "solutions" generally mention some weird SDKs like Flex, stuff that I'm not using...
Allright, I'll wait. Thanks for taking a look.
(Ah, just to...
I'm trying to upload an app that uses the the SKMaps framework.
iOS target = 8.0
Xcode = 7.0.1
Swift 2.0
The app runs fine in both simulators and real devices. No issues whatsoever.
When I...
Cool, I got it. Thanks for replying.
Here is how I solved it:
Outside Xcode, via Terminal:
touch <png file you are trying to use>
Back to Xcode project, clean (command + shift + K).
Install. Enjoy a beer.
Hi,
Custom images for annotations are not working on my side.
This is the image I'm using: cl.ly/image/0l0T2n1B3O07
1341
(Photoshop generated, 64x64, 24-bit transparent PNG)
Hi,
I'm showing and hiding the compass like so:
self.mapView.settings.showCompass = YES;
self.mapView.settings.showCompass = NO;
It works, but only after I drag the map around.
This...