Reputation: 19
UIActivityController view is not supporting rtl. I have set UIView.appearance().semanticContentAttribute = .forceRightToLeft in AppDelegate. If device language is English ActivityController is still opening in leftToRight instead of RightToLeft.
It is working fine with device language is Arabic.
Even I have tried to make activity controller view to rightToleft but no luck.
Should be rightToLeft.
Upvotes: 0
Views: 84
Reputation: 1557
You need to add languages
in localisation section under info section in Xcode.
for more details checkout this link
Upvotes: 0