mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Change ASTableView's visibleNodes interface to return array of ASCellNodes (#1666)
This commit is contained in:
@@ -285,9 +285,9 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
/**
|
||||
* Similar to -visibleCells.
|
||||
*
|
||||
* @returns an array containing the nodes being displayed on screen.
|
||||
* @returns an array containing the cell nodes being displayed on screen.
|
||||
*/
|
||||
- (NSArray<ASDisplayNode *> *)visibleNodes;
|
||||
- (NSArray<ASCellNode *> *)visibleNodes;
|
||||
|
||||
/**
|
||||
* YES to automatically adjust the contentOffset when cells are inserted or deleted "before"
|
||||
|
||||
Reference in New Issue
Block a user