Re: How to implement lazy loading with a proxied array

2010-08-07 Thread Ken Thomases
On Aug 7, 2010, at 12:04 PM, Kyle Sluder wrote: > On Aug 7, 2010, at 9:42 AM, Dave DeLong wrote: > >> Let's say that I have an object that encapsulates a Google search. I feed >> this object my query string, set some options, and then execute it. >> Ideally, I'd like to get back an NSArray o

Re: How to implement lazy loading with a proxied array

2010-08-07 Thread Kyle Sluder
On Aug 7, 2010, at 9:42 AM, Dave DeLong wrote: > Let's say that I have an object that encapsulates a Google search. I feed > this object my query string, set some options, and then execute it. Ideally, > I'd like to get back an NSArray of all the results, but 1) that isn't > practical and 2)

How to implement lazy loading with a proxied array

2010-08-07 Thread Dave DeLong
Hi everyone, Disclaimer: I have never touched NSProxy before; I've just read some documentation. Let's say that I have an object that encapsulates a Google search. I feed this object my query string, set some options, and then execute it. Ideally, I'd like to get back an NSArray of all the r