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.
当我的应用程序启动时,它有一个按钮。这个按钮最终得到了一个非常难看的蓝色轮廓。我怎样才能禁用它?(欢迎使用代码或 Interface Builder 解决方案。)
在界面生成器中单击按钮,然后在右侧面板中转到属性检查器。在属性面板的底部有一个名为“视图”的部分。该部分中的第一项是“对焦环”。将此值更改为“无”。
现在是 2016 年,这就是您在 Swift 2.2 中以编程方式执行此操作的方式:
view.focusRingType = .None