Clancey / FlyoutNavigation

Other
95 stars 87 forks source link

Impossible to change the UITableViewCell background color #55

Closed douglasit closed 10 years ago

douglasit commented 10 years ago

How can I change the UITableViewCell background color? I changed the TableView background color, but I can't change the Cell.

NavigationTableView.BackgroundColor (Only change the tableview color)

Clancey commented 10 years ago

Correct, cells and tables have different backgrounds. You need to change the background of the elements. There is a built in StyledStringElement. Or you can subclass the element and set the background in the GetCell method.

douglasit commented 10 years ago

Thanks! It worked :-)