如何在 Interface Builder 中为 iPad 提供分隔栏?
我的布局很繁忙,我希望屏幕上显示所有信息,但除以 HTML 布局中
的功能等效项。
I have a busy layout and I want all the information on the screen, but divided by the functional equivalent of <hr>
in an HTML layout.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以只使用 1px 高的
UIView
并将背景颜色设置为您想要的任何颜色。或者使用 Core Graphics 的更难的方法。
You can just use a 1px high
UIView
and set the background color to whatever you want.Or the harder way using Core Graphics.