热点连接部分bug修复

This commit is contained in:
wbzhan
2019-10-09 18:09:02 +08:00
parent bfdf208899
commit 7157c3b0ed
13 changed files with 110 additions and 62 deletions
@@ -13,7 +13,11 @@
- (void)awakeFromNib {
[super awakeFromNib];
// Initialization code
if (@available(iOS 13.0, *)){//iOS13之后,设置颜色的方便变更
}else{
[self.roomNameFiled setValue:[UIColor colorWithRed:153.0/255.0 green:153.0/255.0 blue:153.0/255.0 alpha:1] forKeyPath:@"_placeholderLabel.textColor"];
}
}