EGOGradientView
EGOGradientView copied to clipboard
Property declared in category 'Private' Build Error
Updated Xcode to 4.2 and migrated my project. EGOGradientView is throwing this error on build now: "Property declared in category 'Private' cannot be implemented in class implementation"
in EGOGradientView.m for: @dynamic layer;
https://github.com/enormego/EGOGradientView/blob/master/EGOGradientView.m#L37
I fixed this by just removing PRIVATE from the interface declaration.