ibireme / YYText

Powerful text framework for iOS to display and edit rich text.
MIT License
8.84k stars 1.67k forks source link

Update YYTextAsyncLayer.m #992

Open Apolla opened 7 months ago

Apolla commented 7 months ago

[CHG]fix xcode15 Assertion failure in void _UIGraphicsBeginImageContextWithOptions(CGSize, BOOL, CGFloat, BOOL)(), UIGraphics.m:410

sukesk commented 7 months ago

if(!(self.bounds.size.width*self.bounds.size.height)) return; UIGraphicsBeginImageContextWithOptions(self.bounds.size, self.opaque, self.contentsScale);