[Examples] Fixed crash on SocialAppLayout-Inverted + behaviour comments (#304)

* [Examples] Fixed crash on SocialAppLayout-Inverted + behaviour comments

* [Examples] Update license header in SocialAppLayout-Inverted to the correct format

* [Examples] License header typo fixes
This commit is contained in:
Dima
2017-05-24 21:51:59 +03:00
committed by Adlai Holler
parent 8a9c6e8145
commit caa7e2e2ad
16 changed files with 140 additions and 136 deletions

View File

@@ -184,6 +184,7 @@
[self addSubnode:_optionsNode];
for (ASDisplayNode *node in self.subnodes) {
// ASTextNode with embedded links doesn't support layer backing
if (node.supportsLayerBacking) {
node.layerBacked = YES;
}