Home › Forums › OpenEars › Two (minor) issues in OpenEars tut instructions › Reply To: Two (minor) issues in OpenEars tut instructions
March 24, 2015 at 1:32 am
#1025241
rikk
Participant
Using OEEventsObserver:
Step 1 (part 2): “at the @interface declaration, add the OEEventsObserverDelegate inheritance. An example of this for a view controller called ViewController would look like this:
@interface ViewController : UIViewController <OEEventsObserverDelegate> {
==> The brace messed me up. I replaced with () and its fine.