mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user