Add ASRectTable (#3077)

This commit is contained in:
Adlai Holler
2017-02-24 16:38:17 -08:00
committed by GitHub
parent 1775bf29f5
commit 9c82ae9284
9 changed files with 231 additions and 14 deletions

View File

@@ -53,6 +53,7 @@
_textNodeTwo = [[ASTextNode alloc] init];
_textNodeTwo.attributedText = [[NSAttributedString alloc] initWithString:@"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English."];
ASSetDebugNames(_textNodeOne, _textNodeTwo);
// Setup button
NSString *buttonTitle = @"Start Layout Transition";