> On Oct 27, 2015, at 6:43 PM, Roland King <[email protected]> wrote:
> 
> Numbers:
>       
>       you can't

Well, realistically you use the +initialize method; something like:

@implementation …

static Foo* MyConstantFoo;

+ (void) initialize {
        if (!MyConstantFoo)
                MyConstantFoo = ….. ;
}

—Jens
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to