0

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. enter image description here

Should be rightToLeft.

1 Answers1

0

You need to add languages in localisation section under info section in Xcode.

for more details checkout this link

enter image description here

output: enter image description here

Vishal Zaveri
  • 1,372
  • 2
  • 5
  • 12