I am having trouble understanding how to overwrite a readonly method with a readwrite method written in a class extension. I have a readonly method in my header file, and in my implementation file I try to overwrite this by using a class extension. I have just asked about this in this thread where I include the code I am referring to: Having trouble with class extension in Objective C, mac OS. Getting error 'NSInvalidArgumentException', no visible @interface declares the selector
Here: Objective-C Succinctly: Categories and Extensions is another source I am using which is leading me to believe that I should be able to overwrite a readonly property declared in my header file with a readwrite property using a class extension. Please correct me if I'm wrong, I'm a complete novice just trying to figure out the basics.