ios - Setting background color apply on part of screen -
i using swift set background color viewcontroller:
self.view.backgroundcolor = uicolor.blackcolor()
but part of screen still painted in white why that?
make sure have assigned class (.swift file) viewcontroller in storyboard.
double check in storyboard not have added view whole screen(controller).
Comments
Post a Comment