ios - Is there a way to know if a user taps on a WKInterfaceMap? -


on watchkit, map component wkinterfacemap object.

this ui component default, loads main map app on apple watch when user taps on it.

i can keep track of controller's diddeactivate() event, have no idea if because user stopped using watch, tapped map or went somewhere else.

unfortunately, there no method or event in watchkit determine if user tapped on wkinterfacemap. closest technique use diddeactivate, , you've enumerated challenges approach.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -