Hey this may be a duplicate question but trust me i have tried every single option that was answered previously to the similar questions but nothing turned out to be useful. I am making an application iPhone 5 compatible. Everything works fine until i click on the UIButton. The black View appears at the bottom of the screen. Heres a screenShot.
Before click on the button
Black screen appears after the click
I am not using window.xib hence i set
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] applicationFrame]];
I added the Default screen correctly. Everything is working just fine except this part. Do known where am I going wrong.