mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-10 13:06:33 +00:00
Fix minor typo in README.
This commit is contained in:
@@ -59,7 +59,7 @@ Hierarchies can be created in a similar way as UIKit:
|
||||
dispatch_async(background_queue, ^{
|
||||
|
||||
s = [[ASDisplayNode alloc] init];
|
||||
[n addSubNode:s];
|
||||
[n addSubnode:s];
|
||||
|
||||
});
|
||||
|
||||
@@ -75,6 +75,7 @@ A node may be backed by a view or layer, which must take place on the main threa
|
||||
// The properties you set earlier will be preserved
|
||||
// v.frame is {0, 40, 100, 100}
|
||||
// v.backgroundColor is green
|
||||
|
||||
});
|
||||
|
||||
Besides _ASDisplayNode_, AsyncDisplayKit has UIKit equivalent classes:
|
||||
|
||||
Reference in New Issue
Block a user