Yesterday I try to test my app on iphone 5 but bottom of my app is not responding. I searched this issue I found these solutions
Setting window.xib to "full screen at launch is not working" i dont know why.
self.view.frame = [UIScreen mainScreen].bounds;
and this is need to be done on every view.
even this is not working for me self.window.frame = [UIScreen mainScreen].bounds;
All i need is a global solution, don't want to set on every view of my app.