UICollectionView iOS 9 issue on project with RTL languages support
问题 It seems like Apple's new feature of auto-flip interface on RTL languages cause problems when using UICollectionView . I used constraints of type Trailing/Leading for the collection view and they switched their values, as they should, on RTL language. The problem is that the data actually presented is of the last indexPath in the collection's data source but the UIScrollView.contentOffset.x of the first cell is 0. A proper behaviour would have been one of the following: Displaying the first