Hi guys
I am trying to figure out how to use a new MKOverlayPathRenderer class introduced in iOS 7 SDK.
In my app I previously used MKOverlayPathView when building with iOS 6 SDK, but this class does not seem to work with iOS 7 SDK unfortunately.
So I am trying to move my app from MKOverlayPathView to MKOverlayPathRenderer, but have no success so far. Code gets called, but my overlay path is not displayed.
I was wondering if somebody has resolved this problem already.
Thanks