Top "Copywithzone" questions

Best practice when implementing copyWithZone:

I am trying to clear up a few things in my head about implementing copyWithZone:, can anyone comment on the …

iphone objective-c cocoa-touch copywithzone
[UILabel copyWithZone:]: unrecognized selector sent to instance

I feel like I'm banging my head against the wall here (and I'm ready to do that, frankly). I'm trying …

iphone ios copywithzone
copy one NSString to another

How to copy one NSString to another? @interface MyData : NSObject { @private //user's private info NSInteger uID; NSString *name; NSString *surname; …

iphone nsstring copy copywithzone