alekseyn / EasyTableView

Horizontal and vertical scrolling table views for iOS
BSD 3-Clause "New" or "Revised" License
584 stars 157 forks source link

Fixed bug where custom cell background color was not set on cell. #34

Closed testower closed 8 years ago

testower commented 10 years ago

All instances of EasyTableViewCell kept their default background color, no matter what value you gave to the cellBackgroundColor property on EasyTableView. Turns out it was never set on the cell.