Re: setting corner view
Re: setting corner view
- Subject: Re: setting corner view
- From: Jonathon Mah <email@hidden>
- Date: Tue, 5 Jun 2007 23:42:04 +0930
Hi Stephane,
On 2007-06-05, at 18:27, Stephane Sudre wrote:
- Move from an outlineview to a table view.
NSTableView *myDataView; (outline view is a subclass)
- Move from a stepper to a slider
NSControl *durationControl;
- When you move from a class to its subclass, you have to change
the nib again
I don't think so...
Less important, "id" is shorter than any NSthing. And if you don't
want to have an inspector with a huge width, "id" is "better".
IIRC the class only shows in the inspector when you're modifying
outlets (which I think most people do in code anyway).
And personally, I don't see the point in typing a widget when using
Objective-C.
It helps Xcode's autocomplete a little bit. But if you name your
outlets appropriately, I agree it's not completely necessary to
specify the class.
Jonathon Mah
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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