문제

i'm using storyboard in app development.

OS Version:iOS7 when i push a ViewController.View is getting blank without any visibility.

i have tried in two ways instatiating viewController by using storyboard or casual way

AboutUsViewConroller *aboutUsViewConroller=[self.storyboard instantiateViewControllerWithIdentifier:@"sampleid"];

AboutUsViewConroller *aboutUsViewConroller = [AboutUsViewConroller alloc]init];
[self.navigationController pushViewController:@"aboutUsViewConroller" animated:yes];

i have changed view Color to get rid of blank but no result

[self.view setBackgroundColor:[UIColor clearColor]];

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top