LGSideMenuBar背景颜色变化

时间:2016-04-08 10:58:26

标签: ios objective-c uicolor

我在我的项目中使用LGSideMenuController,我在表格视图中更改了单元格的颜色,但无法更改剩余的视图颜色。如果有人熟悉LGSideMenuController plz帮助。

参见图片了解参考the cell color i changed is graycolor. I want to make the remaining green background to gray

1 个答案:

答案 0 :(得分:1)

删除图片并添加背景的UIcolor:

在LGsidemenu文件中的MainViewController中添加以下行:

    self.leftViewBackgroundColor =[UIColor grayColor];