剪辑 UITableView 单元格的分隔符
我一直在尝试构建一个看起来类似于“股票”应用程序的视图(惊喜)。我想要的是将滚动条放在圆桌视图之外,如下面的图像链接所示,但剪掉单元格分隔符。您可以看到它们如何与滚动条重叠,这很烦人。我不明白苹果是如何将滚动条放在看起来像是在桌子外面的位置的。有什么想法吗? (抱歉,还无法嵌入图像,因为我是新用户)。
I've been trying to build a view that looks similar to the "stocks" application (surprise). What I would like is to have the scroller bar outside of my rounded table view, shown in the image link below, but clip the cell separators. You can see how they overlap the scroller bar, which is annoying. I can't figure out how Apple put the scroller bar in a spot that looks like it is outside their table. Any ideas? (sorry, can't imbed images yet because I'm a new user).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 UITableViewCell 的 drawRect 方法中绘制自己的分隔符:
You may draw your own separators in drawRect method of UITableViewCell: