AlexBarinov / UIBubbleTableView

Cocoa UI component for chat bubbles with avatars and images support
http://alexbarinov.github.com/UIBubbleTableView/
843 stars 232 forks source link

Background color #70

Closed gabriele-carbonai closed 10 years ago

gabriele-carbonai commented 10 years ago

Hi, how can i change background color ? it's always white and i would like to have clean color. thanks

gabriele-carbonai commented 10 years ago

for change color: file: UIBubbleTableView.m method:- (UITableViewCell )tableView:(UITableView )tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath add this line: cell.backgroundColor = [UIColor clearColor];