Hi there, XCode 9’s new main thread checker feature found the possible issue mentioned on the subject line. Indeed there is a background thread that check’s the state of an NSButton subclass, but I’m wondering if this is a real issue - I understand the problems with changing the UI from a background thread, but “state” of the NSButton is a NSInteger property, so that should be safe to read from a background thread, right?
Thanks in advance! Best, Tamas _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com