Interactive-Studio / ISPageControl

A page control similar to that used in Instagram
MIT License
290 stars 42 forks source link

Localization RTL #10

Open lotfyahmed opened 5 years ago

lotfyahmed commented 5 years ago

Is ISPageControl library support RTL and localization? How can we apply right direction?

Thanks

mouness2020 commented 5 years ago

use this can flip it in x
pageIndicator_.transform = CGAffineTransform(scaleX: -1 , y: 1)