正常设置中划线只需要设置一个键值对就行了。不过有的版本系统可能不起作用。就再添加一个键值对。如下:
NSDictionary *attDic = @{NSStrikethroughStyleAttributeName: @(NSUnderlineStyleSingle),NSBaselineOffsetAttributeName : @(NSUnderlineStyleSingle)};
NSAttributedString *atts = [[NSAttributedString alloc] initWithString:noZeroStr attributes:attDic];