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.