I want solve status bar issue with IOS7 in my ipad app. I found solution on Status bar and navigation bar issue in IOS7-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.
Asked
Active
Viewed 116 times
0

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 Answers
0
Try setting iOS 6/7 delta y
to -20

Chris Kempen
- 9,491
- 5
- 40
- 52

yunas
- 4,143
- 1
- 32
- 38
-
I can set iOS 6/7 delta y = -20 but i also have to set y that is disable – Sachin Vani Sep 27 '13 at 08:25
-
oh for that you can free form the nib file and set the containerview's y to 20 – yunas Sep 27 '13 at 10:59