Relative Content

Tag Archive for iosswifthyperlinkuikitnsattributedstring

NSAttributedString link color not changing in swift

Im working on an IOS app using swift and facing an issue with NSAttributedString where im trying to apply a hyperlink to a substring of a text. The hyperlink is functional but the link color remains white instead of changing to the desired blue color specified in the attributes. It seems like my attribute settings are being overridden. Here is a code snippet: