Mario
Mario

Reputation: 51

Fire event from objective C to Titanium using Hyperloop

I want to fire event from objective C to Titanium using hyperloop.

I found how to do that from Titanium iOS module : https://ti-qa-archive.github.io/question/51751/how-to-fire-an-event-in-a-module-and-catch-it-in-js.html.

The documentation states "TiModule is a subclass of TiProxy which provides the fireEvent methods" but TiModule is not present in my class.

The interface in my .h file implements UIViewController instead of TiModule or TiProxy. Thank you

Upvotes: 0

Views: 71

Answers (0)

Related Questions