mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Add allowsGroupOpacity property to ASDisplayNode (#2320)
This commit is contained in:
committed by
GitHub
parent
f9ee1dd4b6
commit
4692e25204
@@ -653,6 +653,7 @@ extern NSInteger const ASDefaultDrawingPriority;
|
||||
@property (nonatomic, assign) BOOL clipsToBounds; // default==NO
|
||||
@property (nonatomic, getter=isOpaque) BOOL opaque; // default==YES
|
||||
|
||||
@property (nonatomic, assign) BOOL allowsGroupOpacity;
|
||||
@property (nonatomic, assign) BOOL allowsEdgeAntialiasing;
|
||||
@property (nonatomic, assign) unsigned int edgeAntialiasingMask; // default==all values from CAEdgeAntialiasingMask
|
||||
|
||||
|
||||
Reference in New Issue
Block a user