Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xode 是否可以在给定的框架内自动调整 UIview 的大小和位置?我希望用动画来完成。我可以手动执行此操作,当然只需使用动画更改框架,但这是唯一的方法吗?
http://imgur.com/TfEem
如果你想在不同的条件下隐藏/显示一些视图,你必须使用代码来做到这一点。但是如果你只是想让 Xcode 帮助你在给定的框架内自动调整 UIViews 的大小和位置,你可以在 Xcode 的 size inspector->constraints 中尝试这个。