ianb821 / IBActionSheet

Customizable iOS 7 style UIActionSheet
MIT License
307 stars 65 forks source link

Podspec update #23

Closed orkenstein closed 9 years ago

orkenstein commented 9 years ago

For issue https://github.com/ianb821/IBActionSheet/issues/13

RGSSoftware commented 9 years ago

Thank you for the NS_ENUM issue fix. I was going crazy trying to understand that on.

orkenstein commented 9 years ago

No problem! I've lost some hair too. The key is: NS_ENUM is defined somewhere in next step headers. You was trying to use it before #import.

RGSSoftware commented 9 years ago

Aww that makes sense, but NS_ENUM is being defined in UIKit or QuartzCore? That's a weird place for it to be defined.

orkenstein commented 9 years ago

I think it's defined somewhere in Foundation headers. UIKit #imports it for sure. So, finally, merge it and update Pods, please!