Re: why are there zero examples in the cocoa docs?!
Re: why are there zero examples in the cocoa docs?!
- Subject: Re: why are there zero examples in the cocoa docs?!
- From: Andrew Farmer <email@hidden>
- Date: Sat, 19 Jan 2008 12:35:27 -0800
On 19 Jan 08, at 11:47, Joeles Baker wrote:
or in other words:
why does the documentation suck so much (for beginners)? :-)
<snip>
yeah..... cool.... what?
so probably i have to call something like:
[myMovie addChapters:myChapterArray]
but i have really no idea how that chapterarray should look like :-/
looking forward for the "initial hint" that will hopefully light the
spark :-)
"Each array element is an NSDictionary containing key-value pairs.
Currently two keys are defined for this dictionary,
QTMovieChapterNameand QTMovieChapterStartTime. The value for the
QTMovieChapterName key is an NSString object that is the chapter name.
The value for the QTMovieChapterStartTime key is an NSValue object
that wraps a QTTime structure that indicates the start time of the
chapter."
Everything you need to know is right there. If some of the terms
aren't familiar, look them up - NSDictionary, NSString, and NSValue
are all basic Cocoa concepts which you _need_ to be familiar with, and
QTTime is something you'll need to know about if you're doing anything
with Quicktime.
_______________________________________________
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