ios zoomable and cliackable scheme (custom metro app)

Viewed 78

I have to make an app with custom scheme (mapkit or google map is not applicable). The scheme is metro of petersburg svg metro scheme

Also, there will be beautiful background below this scheme in app. Nodes should be clickable and path animateable. I do know how to make route calculation etc. But I have no clues what technology to use for this map. Maybe spritekit? Please, advice any starting point to lurk. I do not want to use simple clickable scrollview - a lot of tedious work with autolayout these nodes etc. I want clean and modern solution.

1 Answers

one of your options is bezier path. you can use the application for drawing the line and converting the sketch to the BezierPath and touching and the rest of the task is not complex.

Related