0

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.

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.

rptwsthi
  • 10,094
  • 10
  • 68
  • 109
Nikhil Lihla
  • 607
  • 6
  • 21
  • this is the what happens after the CANCEL button is clicked http://i.stack.imgur.com/h8rHU.png – Nikhil Lihla Feb 25 '13 at 09:03
  • in xib use springs and truts to autoresize – Sugan S Feb 25 '13 at 10:13
  • AUTOSIZING is also set correctly.But it is of no help at this point. – Nikhil Lihla Feb 25 '13 at 11:12
  • in view did load try to set frame self.view.frame=[[UIScreen mainScreen]bounds]; try this and let me know – Sugan S Feb 28 '13 at 05:20
  • Me also had same problem resized xib controls ans for hardcode frame i checked manually with mainscreen frame.and do one thing in all ViewController XIB check property of size in propert window and make all to freeform from 4 inch /3.5 inch – Sugan S Feb 28 '13 at 10:15

0 Answers0