jverkoey / nimbus

The iOS framework that grows only as fast as its documentation

Home Page:nimbuskit.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use accessibilityLabel when available in NIAttributedLabel

lisafiedler opened this issue · comments

I would like to be able to set the accessibilityLabel for in an NIAttributedLabel in some cases, but the accessibilityLabel is always set to the actual attributedText.string so I'm unable to set it myself. It seems like it should only be the attributedText if no accessibilityLabel is available.