Dockyard > Objective-C Classes > WebScriptObject Additions
Class Description
a workaround for the problem illustrated by: http: *www.ditchnet.org/wp/2005/10/21/report-a-bug-friday/
use a category on WebScriptObject to allow access to the javascript array that it proxies for (if one exists). access is through the typical NSArray access methods, or you can use NSArray arrayWithArray: to convert the whole thing.
By
Methods
Method Detail
- (void)getObjects:(id *)aBuffer range:(NSRange)aRange
Copies the objects contained in the receiver that fall within the specified range to aBuffer.
This page was generated with DocYouMeant, a program created by Belkadan Software