Skip to content

Striking patch

Latest
Compare
Choose a tag to compare
@ezhes ezhes released this 02 Nov 06:51

On iOS versions below 15, NSAttributedString's strikethrough property was incorrectly ignored by system text rendering. DYLabel solved this by striking manually using CoreGraphics. Later versions of iOS do this properly and so this must be patched out.