mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Share a singleton shadower for all cases when shadow isn't drawn, fix issues (#2511)
This commit is contained in:
@@ -59,7 +59,7 @@ struct ASTextKitAttributes {
|
||||
/**
|
||||
An array of UIBezierPath objects representing the exclusion paths inside the receiver's bounding rectangle. Default value: nil.
|
||||
*/
|
||||
NSArray *exclusionPaths;
|
||||
NSArray<UIBezierPath *> *exclusionPaths;
|
||||
/**
|
||||
The shadow offset for any shadows applied to the text. The coordinate space for this is the same as UIKit, so a
|
||||
positive width means towards the right, and a positive height means towards the bottom.
|
||||
|
||||
Reference in New Issue
Block a user