I’ve implemented the EILIndoorLocationViewDelegate
protocol and set the delegate in viewDidLoad
to my location view and implemented the delegate method didSelectObjectWithIdentifier
never runs. Is this delegate method intended to run when the user selects an object that has been drawn in the location view with the drawInForeground
or drawInBackground
methods?
Works like a charm when your subview had ‘userinteractionenabled’ set. my bad.
1 Like