You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this runtime warning while running the code. I got this for one of my other preference changes. The only way I could get rid of this warning was to to add a DisapatchQueue.main.async which I know you don't want to do.
It seems to occur whenever the view changes because of an observed object changing. I haven't tried to reproduce this yet.
The text was updated successfully, but these errors were encountered:
Yep, that's what I'm doing in my code base. It's just that @liscio seemed to want to avoid using any dispatches (No weird uses of DispatchQueue.async - README)
I got this runtime warning while running the code. I got this for one of my other preference changes. The only way I could get rid of this warning was to to add a
DisapatchQueue.main.async
which I know you don't want to do.It seems to occur whenever the view changes because of an observed object changing. I haven't tried to reproduce this yet.
The text was updated successfully, but these errors were encountered: