kevin-lyn/STPopup

set view color

xhp281 opened this issue · 2 comments

how to set UIViewController backgroundColor ? self.view.backgroundColor is not valid.

@xhp281 If you want to set the background color of the content view, self.view.backgroundColor should work. Otherwise, please try self.popupController.backgroundView.backgroundColor.

thank you it's ok.