MillmanY / MMCardView

Cusom CollectionView card layout
MIT License
561 stars 47 forks source link

set(cards:) need DispatchQueue.main.async #7

Open huhuegg opened 7 years ago

huhuegg commented 7 years ago

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.