On Wed, Aug 19, 2009 at 10:31 AM, Joshua Garnham<[email protected]> wrote: > The line -> [outlineView rowForItem:(id)@"New Item"]; > Is supposed to give the row number of the added row to the next line
If you believe this to be the case, you need to go back over the language basics. This isn't even specifically an Objective-C problem; your approach would not work in C, Ruby, Python… or pretty much any language except stack-based ones and Smalltalk. Please review the introductory documentation on programming in Objective-C. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
