I received this email:
From: "Badarinath Venkatnarayansetty"
Date: December 18, 2016 at 4:43:40 AM PST
Reply-To: b***@***.com
Hi Rob ,
This is regarding the https://github.com/robertmryan/CustomMapViewAnnotationCalloutSwift
Custom CalloutView has "Details" button whichcalls
func didTapDetailsButton(_ sender: UIButton) {
print("didTapDetailsButton")
} ,
How can i navigate to new view controller once the control comes to this method.
Since ExampleCalloutView extends CalloutView which extends UIView ,
not able to use self.presenViewController to navigate to new view controller.
Any help is really appreciated .
I received this email:
From: "Badarinath Venkatnarayansetty" Date: December 18, 2016 at 4:43:40 AM PST Reply-To: b***@***.com Hi Rob , This is regarding the https://github.com/robertmryan/CustomMapViewAnnotationCalloutSwift Custom CalloutView has "Details" button whichcalls func didTapDetailsButton(_ sender: UIButton) { print("didTapDetailsButton") } , How can i navigate to new view controller once the control comes to this method. Since ExampleCalloutView extends CalloutView which extends UIView , not able to use self.presenViewController to navigate to new view controller. Any help is really appreciated .