Can we change the behavior of UIScrollView that it scrolls RTL content in it\'s reverse mode.
I use this code for Swift 3
self.scrollView.transform = CGAffineTransform(scaleX:-1,y: 1);