Results 5 issues of _ivanC

Just move https://github.com/TextureGroup/Texture/pull/1798 here For further detail & discuss check out the old mr ## Before `UIView` & `UIViewController` both has a callback when traitCollection changed: `- (void)traitCollectionDidChange:(UITraitCollection *)previousTraitCollection` ASDK...

[AsdkDEMO.zip](https://github.com/facebookarchive/AsyncDisplayKit/files/3034337/AsdkDEMO.zip) Very simple demo 1. load some data, like from 40 - 100 2. and then insert rows at the beginning, 0- 39 3. the `ASTableNode` just jump to the...

When state changed to **PLAYING**, pause immediately, after a while, **PLAYING** state comes! audio is not really playing actually. Blame code below, I just can NOT figure it out why...

I got a audio file with defining info in the end. error playing with kAudioFileStreamError_NotOptimized. ``` var kAudioFileStreamError_NotOptimized: OSStatus It is not possible to produce output packets because the streamed...

I don't think this is a good way to achieve the animation. Because I need to keep the bgColor & parent View.backgroundColor in same color, and is unavailable for image...