Re: iTunes user rating
Re: iTunes user rating
- Subject: Re: iTunes user rating
- From: Sean Murphy <email@hidden>
- Date: Sun, 21 May 2006 12:44:42 -0400
On May 21, 2006, at 12:30 PM, Alan Smith wrote:
How do I make a user rating column in mt table like that in iTunes? In
iTunes when you click once a star appears adn then again and so on. I
want user ratings in my app like that.
HI Alan,
Check out the NSLevelIndicator class, which provides functionality
similar to the star ranking controls in iTunes or iPhoto. You're
probably going to actually need to use NSLevelIndicatorCell, which
can be inserted into a tableView's column.
ADC Docs:
http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/ObjC_classic/Classes/NSLevelIndicatorCell.html
http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/ObjC_classic/Classes/NSLevelIndicator.html
-Murph
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden