Hi,
Labels are rendered on artwork when I set language to a right to left language.

Hi, thanks for opening this issue. I will be traveling to WWDC and will take a week of vacation after. I will look at this when I am back.
@LeoNatan Hi, Any chance to get this fixed?
I will take a look.
I found the problem. Replace this line:
with this code:
UIUserInterfaceLayoutDirection layoutDirection = [UIView userInterfaceLayoutDirectionForSemanticContentAttribute:self.semanticContentAttribute];
if(layoutDirection == UIUserInterfaceLayoutDirectionLeftToRight)
{
titleInsets->right += width;
}
My snippet lacks proper left (between buttons and labels) inset.
It's more complex than that. I have already fixed it.
Thanks very much, it's fixed now.