mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-06 21:22:44 +00:00
Missing a word (#68)
Missing `[ASInsetLayoutSpec` from ASInsetLayoutSpec creation line.
This commit is contained in:
committed by
Michael Schneider
parent
09ad3b79b2
commit
1456366153
@@ -154,7 +154,7 @@ If you set `INFINITY` as a value in the `UIEdgeInsets`, the inset spec will just
|
||||
{
|
||||
...
|
||||
UIEdgeInsets *insets = UIEdgeInsetsMake(10, 10, 10, 10);
|
||||
ASInsetLayoutSpec *headerWithInset = insetLayoutSpecWithInsets:insets child:textNode];
|
||||
ASInsetLayoutSpec *headerWithInset = [ASInsetLayoutSpec insetLayoutSpecWithInsets:insets child:textNode];
|
||||
...
|
||||
}
|
||||
</pre>
|
||||
|
||||
Reference in New Issue
Block a user