Re: Binding an NSTextField to an NSString *
Re: Binding an NSTextField to an NSString *
- Subject: Re: Binding an NSTextField to an NSString *
- From: Hua Ying Ling <email@hidden>
- Date: Tue, 23 Mar 2004 13:43:29 -0500
Did you make sure to retain the string? Or is it static in code?
I used this to init the NSString so I don't think I need to retain it.
exchangeRate = [[NSString alloc] init];
Thanks for the suggestion
~Hua Ying
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.