How do I mirror an NSAttributedString with an icon and text in right-to-left mode – Ios swift
I have a UIButton that holds an NSAttributedString that contains an icon (which is an NSAttributedString itself) followed by a text. It looks something like this: I want to make it look like this when the device is configured for…