阿拉伯语适配

This commit is contained in:
liyuhua
2024-04-18 18:37:21 +08:00
parent 6f420e0579
commit cd9a7518d7
87 changed files with 412 additions and 213 deletions

View File

@@ -106,6 +106,13 @@
[self.datasource addObject:self.addPicImage];
self.addTopicView.hidden = ![ClientConfig shareConfig].canOpen;
for (id view in self.textView.subviews) {
if ([view isKindOfClass:[UITextView class]]){
UITextView *textView = view;
textView.textAlignment = NSTextAlignmentLeft;
break;
}
}
}
- (void)initSubViewConstraints {