help wanted
Repository metrics
- Stars
- (6,166 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
RTL一般为阿语环境适配 但并不是单纯的把view左右翻转 就像12345 翻转就变成54321是不对的 一般只需对UICollectionView做处理就行 if ([RTLManager supportRTL]) { self.collectionView.semanticContentAttribute = UISemanticContentAttributeForceLeftToRight;} view不需翻转