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

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -