0

I want solve status bar issue with IOS7 in my ipad app. I found solution on Status bar and navigation bar issue in IOS7enter image description here-bar-issue-and-navigation-bar-issue-in-ios7/19025547#19025547 but i am unable to set origin-y . How can i set y in interface builder.

Community
  • 1
  • 1
Sachin Vani
  • 303
  • 3
  • 11
  • You can't. But you can put a subview onto the view and set the origin of that subview. – dasdom Sep 27 '13 at 08:09
  • please see this link http://stackoverflow.com/questions/18980925/status-bar-issue-and-navigation-bar-issue-in-ios7/19025547#19025547 in this origin-y is 20 – Sachin Vani Sep 27 '13 at 08:27
  • No. Only the origin of the subviews are changed. Quote: `Increase the origin - y with 20 pixel (exactly the size of the status bar) for all the controls added in the view controller.` – dasdom Sep 27 '13 at 08:34

1 Answers1

0

Try setting iOS 6/7 delta y to -20

Chris Kempen
  • 9,491
  • 5
  • 40
  • 52
yunas
  • 4,143
  • 1
  • 32
  • 38