mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
[ASCollectionNode][ASTableNode] Add content inset bridging property (#560)
* Add content inset bridging property to table and collection nodes * Fix CHANGELOG * Fix typo * Minor fixes
This commit is contained in:
@@ -67,6 +67,11 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
*/
|
||||
@property (nonatomic, assign) CGFloat leadingScreensForBatching ASDISPLAYNODE_DEPRECATED_MSG("Use ASTableNode property instead.");
|
||||
|
||||
/**
|
||||
* The distance that the content view is inset from the table view edges. Defaults to UIEdgeInsetsZero.
|
||||
*/
|
||||
@property (nonatomic, assign) UIEdgeInsets contentInset ASDISPLAYNODE_DEPRECATED_MSG("Use ASTableNode property instead");
|
||||
|
||||
/**
|
||||
* The offset of the content view's origin from the table node's origin. Defaults to CGPointZero.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user