romaonthego / RETableViewManager

Powerful data driven content manager for UITableView.
MIT License
2.48k stars 430 forks source link

RETableViewTextCell issues #182

Closed guoxj closed 10 years ago

guoxj commented 10 years ago

I want to know that if I don't change the ReTableView's source code, how could i change the textField's text color and the placeholder's textcolor? thanks

I have change the RETableViewTextCell.m self.textField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:self.textField.placeholder attributes:@{NSForegroundColorAttributeName: [UIColor redColor]}]; self.textField.textColor = [UIColor whiteColor];

guoxj commented 10 years ago

thanks. Finally i have figure it out.