help wanted
Metriche repository
- Star
- (6166 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
RTL一般为阿语环境适配 但并不是单纯的把view左右翻转 就像12345 翻转就变成54321是不对的 一般只需对UICollectionView做处理就行 if ([RTLManager supportRTL]) { self.collectionView.semanticContentAttribute = UISemanticContentAttributeForceLeftToRight;} view不需翻转