Cylinder(定制设计)在 iOS 中的实现
您能否告诉我如何在 iOS 中实现该设计(上面的图像链接)。 显示的值实际上是动态获取的,而不是静态的。 我认为,这只有使用核心显卡才有可能实现。 或者还有其他的技巧可以实现吗? 请告诉我...
Can you please tell me bout how to implement the design(image link above) in iOS.
The Values shown are actually fetched dynamically and are not static one.
I think, this could be possible only using core graphics.
Or is there any other tricks to implement.
Please let me know...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用可拉伸图像并将它们放在 3 个标签上(在您发布的情况下)。您真正需要做的唯一一件事就是计算它们的位置并以正确的顺序将它们添加到子视图中。
You could use stretchable images and put them on 3 labels (in the case you posted). The only thing you really need to do is compute their position and add them to subview in correct order.