I'm trying to implement a category of an existing class. There is a static variable in the existing class. If I try to access the static variable from a category, I'm getting an error that the static variable is undeclared.
Is it possible to access static variables in ObjC Categories ?