mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Removed ASBaselineLayoutSpec and made baseline alignment part of ASStackView
This commit is contained in:
@@ -43,6 +43,8 @@
|
||||
@property (nonatomic, assign) ASStackLayoutJustifyContent justifyContent;
|
||||
/** Orientation of children along cross axis */
|
||||
@property (nonatomic, assign) ASStackLayoutAlignItems alignItems;
|
||||
/** If YES the vertical spacing between two views is measured from the last baseline of the top view to the top of the bottom view */
|
||||
@property (nonatomic, assign) BOOL baselineRelativeArrangement;
|
||||
|
||||
- (instancetype)init;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user