简体   繁体   中英

Can I use Frame in iPad,not AutoLayout?

正如标题所说,我可以使用框架来制作iPad应用程序吗?我认为自动布局很棒,但作为一个临时计划,如果我在我的项目中继续使用框架,它在ipad中看起来会正常,现在我在ipad中的项目看起来像4s .

You can use frames if you want to. If you want your interface to work on different sizes of screen, you can use autoresizing instead of autolayout. Or you can test on just one type of device while developing, and thus postpone worrying about the screen size issue. But be sure to address the matter somehow before shipping! Your app will not look good on different iPad models unless you do.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM