Can we change the behavior of UIScrollView that it scrolls RTL content in it\'s reverse mode.
You can achieve it by rotating UIScrollView in Child views by 180 (Pi).
UIScrollView
self.scrollView.transform = CGAffineTransformMakeRotation(M_PI); subView.transform = CGAffineTransformMakeRotation(M_PI);