Andrey Kuznetsov
Andrey Kuznetsov

Reputation: 73

iOS UIButton with arabic title and image issue

Problem: When I set arabic string to UIButton and there is image, I got this UIButton with arabic localization

But with other strings it is ok.

UIButton with en localization

Details: What I set in Attributes inspector

Upvotes: 2

Views: 641

Answers (1)

Mahendra
Mahendra

Reputation: 8914

In the attribute inspector there is option available Semantic. you can set it in desired way.

enter image description here

You can set offset to button contents(image and title both), to image only and title only from Size Inspector

enter image description here

Upvotes: 2

Related Questions