mrcrow / MRoundedButton

UIControl subclass like iOS 7 Phone app button
MIT License
632 stars 52 forks source link

Adding Fix for exception "Prefix attribute must be followed by an interf... #11

Closed miscampbell closed 10 years ago

miscampbell commented 10 years ago

The following is to fix the exception ("Prefix attribute must be followed by an interface or protocol") appearing in iOS8.

rohanaurora commented 10 years ago

Thanks for the pull request. Hopefully, it gets merged soon. :relieved:

rohanaurora commented 10 years ago

@miscampbell

How are you dealing with these warnings? Complete Log

screen shot 2014-10-21 at 7 59 15 pm

The only way I found was to get rid of UI_APPEARANCE_SELECTOR tag.