如何在Cocoa中居2个按钮?

时间:2013-03-21 10:47:07

标签: macos cocoa

我有一个OS X应用程序,其中2个按钮彼此相邻。按钮很好地居中。

Non-resized window

但是当我调整窗口大小时,按钮会保持在同一个位置。

Resized window

当我调整窗口大小时,如何对齐按钮以使它们始终居中?

2 个答案:

答案 0 :(得分:0)

当您使用XCode4.6时,默认情况下这将处于Autolayout模式。

您需要将其更改为手动布局(我感觉更容易执行此任务)

Download working model.

步骤如何:

点击XIB

取消选中使用自动布局

enter image description here

转到导航器 - >嵌入框 enter image description here

选择框 - >属性检查器 - >标题位置无&边框类型无。 enter image description here

选择texFiled - >大小检查员 enter image description here

选择框 - > enter image description here

答案 1 :(得分:0)

将两个按钮嵌入自定义视图中。您将获得Embed Objects In选项un Layout。

enter image description here

自动调整自定义视图

enter image description here