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.
我正在使用带有自动布局的 iOS 6.0 和 xCode 4.5。我记得我曾经使用 [myButton sizeToFit] 根据其内容调整 UIButton 的大小。但现在它不起作用。UIButton 确实有宽度限制。
解决方案是检查宽度约束,然后 make is >= somevalue 而不是 = somevalue