Properties in Categories
问题 Why is it allowed to declare properties in categories when neither they nor their accessor methods are synthesized? Is there any performance overhead involved? Is categorisation purely a compiler technique? I'm trying to understand how categories work. This just explains what to do and what not to do. Are there any sources which go into more detail? EDIT : I know that I can use associated references. Thats not what I'm asking for. I want to know why are the properties not synthesised? Is