mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Cleaning up manual display per @secretiverhyme
This commit is contained in:
@@ -295,12 +295,18 @@
|
||||
@property (nonatomic, assign) BOOL shouldRasterizeDescendants;
|
||||
|
||||
/**
|
||||
* @abstract Calls -setNeedsDisplay and -displayIfNeeded on the node's backing store and recursively calls -display on
|
||||
* all subnodes forcing the entire node hierarchy to be displayed. This method must be called on the main thread but
|
||||
* there are plans to allow this on any thread.
|
||||
* @abstract Calls -setNeedsDisplay and -displayIfNeeded on the node's backing store.
|
||||
*
|
||||
* @note This method must be called on the main thread but there are plans to allow this on any thread.
|
||||
*/
|
||||
- (void)display;
|
||||
|
||||
/**
|
||||
* @abstract Call -display on the node and recursively on all subnodes, forcing the entire node hierarchy to be
|
||||
* displayed.
|
||||
*/
|
||||
- (void)recursivelyDisplay;
|
||||
|
||||
/**
|
||||
* @abstract Display the node's view/layer immediately on the current thread, bypassing the background thread rendering.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user