mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
ASCellNode selected/highlighted properties
This commit is contained in:
@@ -43,6 +43,16 @@
|
||||
//@property (atomic, retain) UIColor *backgroundColor;
|
||||
@property (nonatomic) UITableViewCellSelectionStyle selectionStyle;
|
||||
|
||||
/*
|
||||
* A Boolean value that indicates whether the node is selected.
|
||||
*/
|
||||
@property (nonatomic, assign) BOOL selected;
|
||||
|
||||
/*
|
||||
* A Boolean value that indicates whether the node is highlighted.
|
||||
*/
|
||||
@property (nonatomic, assign) BOOL highlighted;
|
||||
|
||||
/*
|
||||
* ASCellNode must forward touch events in order for UITableView and UICollectionView tap handling to work. Overriding
|
||||
* these methods (e.g. for highlighting) requires the super method be called.
|
||||
|
||||
Reference in New Issue
Block a user