I can't use autolayout due to iOS version incompatibility. But what in case I want some components at the bottom of the screen (maybe with some padding) and also tab bar included. What is a proper approach of doing this?
Asked
Active
Viewed 514 times
1
-
2You can use CGRect for the view – Sudha Tiwari Dec 21 '12 at 09:12
-
What do you mean? THat I have to programically move/resize my view? – Jacek Kwiecień Dec 21 '12 at 09:13
-
no, you have not to move or resize the view – Sudha Tiwari Dec 21 '12 at 09:14
-
1Check Out May be it will help you http://stackoverflow.com/questions/12395200/how-to-develop-or-migrate-apps-for-iphone-5-screen-resolution – Sudha Tiwari Dec 21 '12 at 09:22
1 Answers
1
If you're creating your interface in IB, then you could use the autosizing masks (also referred to as 'springs and struts'), available on the Size Inspector.
It's less flexible then AutoLayout, so your mileage may vary...

fguchelaar
- 4,779
- 23
- 36