Re: [iPhone] Application running for the very first time...

2009-10-01 Thread Alan Duncan
Just use a BOOL in your NSUserDefaults On Thu, Oct 1, 2009 at 11:24 AM, James Lin jamesclin...@gmail.com wrote: Can you please elaborate on this a bit more? I am already using NSUserDefaults for my preferences values. But I fail to see how this apply to determining if an Application is

Re: Strangest UITable bug

2009-09-08 Thread Alan Duncan
Hard to know sans code ... are you calling dequeReusableCellWithIdentifier in your cellForRowAtIndexPath: method? On Sep 7, 2009, at 8:10 PM, Development wrote: Ok I have the weirdest UITableViewBug.. I've set up the delegate, datasource, etc. My data appears correctly in the table.

Re: Finding nearby places

2009-09-08 Thread Alan Duncan
Find a web service that reverse geocodes what you want and use their api's. If you're still unsure there are books on the market that will walk you through the concepts. Some research for you: http://groups.google.com/group/Google-Maps-API/web/resources-non-google-geocoders?pli=1 Alan K