Re: Private ivars, not marked as IBOutlet, visible in IB
Re: Private ivars, not marked as IBOutlet, visible in IB
- Subject: Re: Private ivars, not marked as IBOutlet, visible in IB
- From: Alexander Spohr <email@hidden>
- Date: Sat, 13 Mar 2010 19:22:26 +0100
Am 13.03.2010 um 18:54 schrieb Joanna Carter:
>> Actually this is how nibs were designed and intended to be used: to be
>> fragments of the object graph loaded at runtime. It is a *very* recent
>> trend to have them exist so independently of File's Owner, and to use
>> the public API to hook up their connections.
>
> So I gather. Which was one of the main reasons I avoided Mac development because, until recently (Objective-C 2.0 ?), I was not at all comfortable with that way of working when compared with a much stricter interpretation of the MVC design pattern.
To quote yourself:
If I may say so, to say this is to misunderstand MVC design.
MVC has nothing to do with private ivars.
Cocoa is one of the cleanest MVC implementations - since 1989.
atze
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Re: Private ivars, not marked as IBOutlet, visible in IB (From: Lynn Barton <email@hidden>) |
| >Re: Private ivars, not marked as IBOutlet, visible in IB (From: Joanna Carter <email@hidden>) |
| >Re: Private ivars, not marked as IBOutlet, visible in IB (From: Thomas Engelmeier <email@hidden>) |
| >Re: Private ivars, not marked as IBOutlet, visible in IB (From: Joanna Carter <email@hidden>) |
| >Re: Private ivars, not marked as IBOutlet, visible in IB (From: Alexander Spohr <email@hidden>) |
| >Re: Private ivars, not marked as IBOutlet, visible in IB (From: Joanna Carter <email@hidden>) |
| >Re: Private ivars, not marked as IBOutlet, visible in IB (From: Kyle Sluder <email@hidden>) |
| >Re: Private ivars, not marked as IBOutlet, visible in IB (From: Joanna Carter <email@hidden>) |