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
{{ message }}
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.
Hi @DeepFriedPotato, you are right it needs to be executed in another queue.
I need to take some time to fix this as well as other things reported on the tickets.
💋
I implemented a nsoperation queue inside the setSwipeGestureWithView:... method call.
Or should I use dispatch_async instead?
Are there anything inside the implementation of slidetableviewcell that might affect concurrency behavior?
From NSOperation Class Reference:
The exact execution context for your completion block is not guaranteed but is typically a secondary thread.
However, MCSwipeTableViewCell runs completionBlock on the main thread which might cause confusion.
The text was updated successfully, but these errors were encountered: