[ASCornerLayoutSpec] New layout spec class for declarative corner element layout. (#657)

* Add new layout spec class with snapshot testing. Update examples and CHANGELOG.md

* Code review updates.

* Open curly bracket in a new line.
This commit is contained in:
huang-kun
2017-11-24 21:45:59 +08:00
committed by Huy Nguyen
parent b2539d3531
commit e4b2c05c21
42 changed files with 910 additions and 16 deletions

View File

@@ -26,7 +26,9 @@ class OverviewViewController: ASViewController<ASTableNode> {
HeaderWithRightAndLeftItems.self,
PhotoWithInsetTextOverlay.self,
PhotoWithOutsetIconOverlay.self,
FlexibleSeparatorSurroundingContent.self
FlexibleSeparatorSurroundingContent.self,
CornerLayoutSample.self,
UserProfileSample.self
]
super.init(node: tableNode)