-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swift 2 working example. #7
Comments
Curious if you've managed to get this working. I'm experiencing similar issues in Swift, particularly when trying to put my FSInteractiveMapView inside a UIStackView |
No, unfortunately not. Miguel Miranda de Mattos | entrepreneur | software | mobile/web/cloud On Mon, Apr 11, 2016 at 5:08 PM, sdnakhla [email protected] wrote:
|
I believe you are missing to define a frame for your map. Writing :
right below
should make it work. |
Thanks @ArnaudRib 😄 |
@mmmattos Did you manage to make the clickHandler work ? I still can't figure out how to use the function properly in swift. Have a good day. |
Hello
I am trying to use FSInteractiveMap inside a Swift iOS app.
I followed the How to use Section in the github repo
Added the library through the pod file.
The app builds fine but nothing gets displayed.
I debugged to check if the svg was loaded and indeed it was.
Here is the code I put in the swift file code:
I appreciate if you can point to any working swift example using it or identify what is wrong in this code.
Best!
The text was updated successfully, but these errors were encountered: