Ios swift – Unable to draw rounded stroke in NSAttributedString
I'm trying to apply a rounded stroke effect to text using NSMutableAttributedString in Swift. I have been able to find various NSMutableAttributedString.Key options for text attributes like color, font, and underline, but I can't seem to find any key that…