• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
UIActivityIndicatorView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

UIActivityIndicatorView


  • Subject: UIActivityIndicatorView
  • From: Luca Ciciriello <email@hidden>
  • Date: Tue, 15 Jan 2013 15:18:23 +0100

Hi all.

I use an activity indicator in order to show, in my UIViewController, a "work in progress" activity.

here my code

- (void)myMethod
{
	[[self activityElab] setHidden:NO];
	[[self activityElab] startAnimating];

	// here I call a very CPU-intensive method.

	[[self activityElab] setHidden:YES];
	[[self activityElab] stopAnimating];
}

My problem is that nothing appear (activity indicator) when myMethod is called. Now if I remove (comment) the call to my "intensive activity" method all is working fine.

Any idea? I've tested this code both on the simulator and on a device (iPad) with  iOS 5.0 and iOS 6.0
My environment is Xcode 4.5.2 on OS X 10.8.2.

Thanks in advance.

Luca.
_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: UIActivityIndicatorView
      • From: Uli Kusterer <email@hidden>
  • Prev by Date: how to set the IKImageBrowserView cell size as variable?
  • Next by Date: Re: UIActivityIndicatorView
  • Previous by thread: how to set the IKImageBrowserView cell size as variable?
  • Next by thread: Re: UIActivityIndicatorView
  • Index(es):
    • Date
    • Thread