mrcrow / MRoundedButton

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

Prefix attribute must be followed by an interface or protocol #10

Closed miscampbell closed 10 years ago

miscampbell commented 10 years ago

Hi

I am getting the following exception "Prefix attribute must be followed by an interface or protocol" using XCode 6.1 is anyone else experiencing this issue ?

Thanks, Michael

khaledmtaha commented 10 years ago

Yeah, me too. I'll see what I can do to fix it.

miscampbell commented 10 years ago

Hi

I was able to remove the error by deleting the UI_APPEARANCE_SELECTOR attributes added to the MRoundedButton interface. I have not been able to work out what these should be replaced with using iOS8

Thanks, Michael