• 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
Re: progress bar not updating
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: progress bar not updating


  • Subject: Re: progress bar not updating
  • From: "J.E. Schotsman" <email@hidden>
  • Date: Fri, 07 Oct 2016 11:26:43 +0200

> On 06 Oct 2016, at 20:46, Ken Thomases <email@hidden> wrote:
>
> When you are using bindings, you must ensure that changes to the properties to which UI is bound happen only on the main thread.  Depending on your design, you can often do something like:
>
> dispatch_async(dispatch_get_main_queue(), ^{ self.myProperty = newValue; });

Thanks, that does it. Everything works as expected now.

_______________________________________________

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


References: 
 >progress bar not updating (From: "J.E. Schotsman" <email@hidden>)
 >Re: progress bar not updating (From: Jens Alfke <email@hidden>)
 >Re: progress bar not updating (From: "J.E. Schotsman" <email@hidden>)
 >Re: progress bar not updating (From: Ken Thomases <email@hidden>)

  • Prev by Date: Re: How to count Atoms
  • Next by Date: Re: progress bar not updating
  • Previous by thread: Re: progress bar not updating
  • Next by thread: Re: progress bar not updating
  • Index(es):
    • Date
    • Thread