Re: Question about objc category

2013-05-01 Thread Fred Kiefer
On 01.05.2013 11:53, foru...@smartmobili.com wrote: I am reading the GNUstep source code and especially the parts that concern the loading of a Xib and I am currently looking at the following code : Could you please explain why you think this code is in any way involved in the loading of XIB f

Re: Question about objc category

2013-05-01 Thread Ivan Vučica
Without looking at the code, I wonder if it could it be a global variable instead of an ivar. Regards, Ivan Vučica via phone On 1. 5. 2013., at 11:53, foru...@smartmobili.com wrote: > Hi, > > I am reading the GNUstep source code and especially the parts that concern > the loading of a Xib an

Question about objc category

2013-05-01 Thread forumer
Hi, I am reading the GNUstep source code and especially the parts that concern the loading of a Xib and I am currently looking at the following code : //https://github.com/gnustep/gnustep-gui/blob/master/Model/IBClasses.h @interface NSCustomObject : NSObject { NSString *className; id