Re: Custom interface
Re: Custom interface
- Subject: Re: Custom interface
- From: Rob Keniger <email@hidden>
- Date: Tue, 1 Apr 2008 23:07:43 +1000
On 01/04/2008, at 10:58 PM, colo wrote:
Is their no common toolkit like css for Cocoa GUI ?
No. This is largely because Mac applications are supposed to have a
consistent user interface. You can read more about this in the Apple
Human Interface Guidelines:
http://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelines/
If you want controls with a custom look you have to modify or replace
the existing controls.
Or hell just use css for building the apps interface? No a widget but
a real cocoa app.
You could make your application window contain one big WebKit view and
make your application a hybrid web/Cocoa application. It would be more
complex than a standard Cocoa app though.
--
Rob Keniger
_______________________________________________
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