MMCardView icon indicating copy to clipboard operation
MMCardView copied to clipboard

set(cards:) need DispatchQueue.main.async

Open huhuegg opened this issue 8 years ago • 0 comments

This application is modifying the autolayout engine from a background thread after the engine was accessed from the main thread. This can lead to engine corruption and weird crashes.

huhuegg avatar Jan 12 '17 08:01 huhuegg