|
@@ -55,6 +55,7 @@
|
|
|
|
|
|
|
|
|
UITextView *contentTV = [[UITextView alloc] init];
|
|
|
+ contentTV.backgroundColor = [UIColor whiteColor];
|
|
|
//contentTV.textColor = HW666666Color;//[UIColor hwColor:@"#151515" alpha:0.5];
|
|
|
// contentTV.font = [UIFont systemFontOfSize:16.0];
|
|
|
// contentTV.textAlignment = NSTextAlignmentCenter;
|