Re: Dynamically created widgets
Re: Dynamically created widgets
- Subject: Re: Dynamically created widgets
- From: Brian Luft <email@hidden>
- Date: Wed, 17 Oct 2001 18:58:01 -0500
How would I go about doing this? Is there any documentation on this
subject that I should read? I'm afraid I'm *very* new to Cocoa and this
whole environment. :-/
Thanks. Brian
On Wednesday, October 17, 2001, at 05:57 AM, Ondra Cada wrote:
The easiest way is preparing NIBs containing partial views (like "all
widgets related to one channel", or whatever), loading them multiple
times
(once for each channel, etc).