MatthewYork / MYBlurIntroductionView

A super-charged version of MYIntroductionView for building custom app introductions and tutorials.
MIT License
1.53k stars 195 forks source link

Issue with initWithFrame:(CGRect)frame nibNamed:(NSString *)nibName #7

Closed bassrock closed 10 years ago

bassrock commented 10 years ago

I am getting an error on line 84 in the MYIntroductionPanel class.

self.isCustomPanel = YES;

It looks like this variable is not getting synthesized properly. I am using the latest version on cocoapods.

MatthewYork commented 10 years ago

This cocoapods revision is a bit old, but I will retag and get it updated soon. Apologies.

bassrock commented 10 years ago

No problem. Thanks

bassrock commented 10 years ago

I tried pulling directly from the repo and have the exact same issue. I am on iOS7 could it be an arc vs. non arc issue?

bassrock commented 10 years ago

Wow totally my dumb mistake. I forgot to set the class in my .xib.