This commit is contained in:
启星
2025-08-15 18:39:24 +08:00
parent e33abc7e33
commit 4b577a31f0
449 changed files with 520 additions and 1457 deletions

View File

@@ -30,7 +30,7 @@
}
-(void)initSubview{
self.lengthColor = RGB16(0xFF8ACC);
self.lengthColor = QXConfig.themeColor;
self.maxLength = 120;
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(textViewDidChange:) name:UITextViewTextDidChangeNotification object:nil];
self.delegate = self;