|
|
|
|
|
by eridius
5241 days ago
|
|
You may only be seeing CoreAnimation fencing issues, but the fact is, you're accessing main-thread-only classes from a background thread, and it has the potential to corrupt data structures which can lead to crashes and other bad behavior. Glad to see you fixed it though. |
|