examples/ios/advancedEventsExample/README.md
This Example demonstrates how you can register custom events in openFrameworks, in an iOS application.
After studying this example, you'll understand how to create an event object, and bind events to it.
In the code, pay attention to:
eventsObject and its corresponding newFloatEvent() and newIntEvent().ofAddListener, which allows you to bind the events in the custom eventsObject to methods in your ofApp.mmWhen launching this app, you should see a screen with
Instructions for use:
This Example uses the following classes: