2
是否可以使文本字段或其他UI填充屏幕寬度? Android中的「match_parent」或「fill_parent」。IOS旋轉後調整UI大小(在IOS中填充父項可能)
.. 如果不是,是不是用「willRotateToInterfaceOrientation」每一次計算新的大小合適的解決方案?
是否可以使文本字段或其他UI填充屏幕寬度? Android中的「match_parent」或「fill_parent」。IOS旋轉後調整UI大小(在IOS中填充父項可能)
.. 如果不是,是不是用「willRotateToInterfaceOrientation」每一次計算新的大小合適的解決方案?
1)你應該閱讀從視圖編程指南Handling Layout Changes Automatically Using Autoresizing Rules。
2)檢查Size Inspector
在您的Interface Builder
。
查閱這些美麗鏈接: iPhone Rotation, View Resizing and Layout Handling 和 Understanding UIView autoresizing 本SO問題:UIView Autoresizing Resources
在這種情況下,我不得不手動取消選中「使用自動佈局」,並設置它。但仍然如何調整textfield的大小? autoresizingMask - 沒有幫助我。 – inc 2013-05-08 15:06:19
你在面具上設置了靈活的寬度嗎? – foFox 2013-05-08 15:50:14