try this (void)viewWillLayoutSubviews { [super viewWillLayoutSubviews]; yourView.frame = self.view.bounds; }
try this
(void)viewWillLayoutSubviews {
}