You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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
The text was updated successfully, but these errors were encountered: