Swiftgram/AsyncDisplayKit
Nadine Salter d0b7a015e8 Improve ASRangeController dealloc-safety.
(1) We can't size nodes without a delegate, and if our owning controller
has been deallocated, our delegate will be nil.  Handle this more
gracefully.

(2) Our teardown code needs to be executed on the main thread, but it's
conceivable that we might hit refcount 0 on a background queue.  Force
deallocation to occur on the main thread.

Closes #27.
2014-10-22 13:50:24 -07:00
..
2014-10-17 15:53:11 -07:00
2014-09-22 14:33:39 -07:00
2014-10-17 19:22:17 +08:00
2014-06-26 22:32:55 -07:00
2014-06-26 22:32:55 -07:00
2014-09-22 14:33:39 -07:00