2016-07-21 64 views
2

我想使用界面生成器只在UIScrollView中居中視圖。隨着標籤似乎運作良好。在界面生成器中使用AutoLayout在UIScrollView中居中UIView

enter image description hereenter image description here

但是,當我試圖做同樣的一個UIView,我有約束的衝突。

enter image description hereenter image description hereenter image description here

的衝突是有意義的,但如果我刪除寬度/高度約束的UIView延伸到整個的SuperView,如果我刪除頂部/鉛/ TRAIL /底部的限制,UIView的正確以自己爲中心,但我得到一個模糊的寬度/高度警告。

enter image description here

我的問題是,如何才能得到了UIView中心一樣的UILabel?

回答

1

以供將來參考:

enter image description here enter image description here

但關鍵的一點是要設置不同的ContentHugging的優先級,以幫助自動版式制定出衝突:

enter image description here

-1

這是很容易基本上所有你需要做的是: -

給予高度和寬度常量到對象

enter image description here

然後將這些contstans: -

  • 平鋪在容器
  • 垂直於集裝箱

enter image description here

相關問題