Re: Sample MultiColumn Text Code Posted - With BUG!
Re: Sample MultiColumn Text Code Posted - With BUG!
- Subject: Re: Sample MultiColumn Text Code Posted - With BUG!
- From: Scott Anguish <email@hidden>
- Date: Mon, 9 Dec 2002 21:27:55 -0500
Ah.. OK.. got it
In your drawRect: routine, you're explictly releasing the aStr (the
footer string).. but it isn't retained..
remove that release (and likely one for the header if you've
implemented that).. and you should be OK
_______________________________________________
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.