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.
使用SwiftCharts库,我有一个烛台图表。它们是生成的,我可以跟踪它们。但是最右边的一些在屏幕上不可见/似乎在图表的其他视图后面?
但是,您可以在确认它们存在的视图调试器中看到它们(在最右边):
如何确保显示所有烛台视图?
啊,原来图表视图的容器视图正在裁剪边界。在将 chart.view 添加为子视图之前,这一衬里已修复它:
chart.containerView.clipsToBounds = false