Re: Show UIActivityIndicatorView asynchronously

2011-04-28 Thread Philip Vallone
Thanks. Works like a charm. Regards, Phil Sent from Phil's iPhone On Apr 28, 2011, at 1:38 PM, Matt Neuburg wrote: > On Thu, 28 Apr 2011 06:26:17 -0400, Philip Vallone > said: >> Hi, >> >> I have a UIViewController that can take a few seconds to load. The view >> searches an XML file and

Re: Show UIActivityIndicatorView asynchronously

2011-04-28 Thread Matt Neuburg
On Thu, 28 Apr 2011 06:26:17 -0400, Philip Vallone said: >Hi, > >I have a UIViewController that can take a few seconds to load. The view >searches an XML file and eventually displays the resuts. I want to show a >UIActivityIndicatorView while the view loads. Unfortunately they are on the >sam

Re: Show UIActivityIndicatorView asynchronously

2011-04-28 Thread Alexander Spohr
Am 28.04.2011 um 12:26 schrieb Philip Vallone: > Hi, > > I have a UIViewController that can take a few seconds to load. The view > searches an XML file and eventually displays the resuts. I want to show a > UIActivityIndicatorView while the view loads. Unfortunately they are on the > same th