mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix naming convetion:
- "Layout node" is changed to "layout spec". - Update tests. - Update Kittens sample.
This commit is contained in:
@@ -22,7 +22,7 @@ extern BOOL CGPointIsNull(CGPoint point);
|
||||
@property (nonatomic, readonly) id<ASLayoutable> layoutableObject;
|
||||
@property (nonatomic, readonly) CGSize size;
|
||||
/**
|
||||
* Position parent (if any). Default to CGPointNull.
|
||||
* Position in parent. Default to CGPointNull.
|
||||
*
|
||||
* @discussion Before being used as a child layout, this property must be set and no longer equal CGPointNull.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user