Closed gabriele-carbonai closed 10 years ago
for change color: file: UIBubbleTableView.m method:- (UITableViewCell )tableView:(UITableView )tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath add this line: cell.backgroundColor = [UIColor clearColor];
Hi, how can i change background color ? it's always white and i would like to have clean color. thanks