ios - How to segue to a new ViewController from infowindow of Google Maps in Swift? -


i'm trying figure out video:(https://www.youtube.com/watch?v=573hrwijjeo), , i'm still trying implement on swift project unsuccessful lot. curious , have 2 questions it, help?

  1. how create "info icon" , "image" in infowindow of google maps? (0:18)
  2. how click info icon, segue next viewcontroller? (0:20)

any advice appreciated. time , help!

i think video google can that. explains here how place image inside info window, not image only. disccused here how design or make custom info window. video includes sample code in how make it.

here steps need in building custom infowindow

  • construct new nib file named infowindow

  • create uiview subclass called custominfowindow

  • configure uilabels content , load photo

for more information, check related so question.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -