xcode ios - 如何制作模拟仪表

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/12028068/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 01:16:18  来源:igfitidea点击:

ios - How to make an analog meter

xcodemeter

提问by David DelMonte

I want to make a basic analog meter (like a speedometer) for iOS that I can reuse for audio and other functions.. Could someone give me some starter points? Frameworks, samples, open source, etc.

我想为 iOS 制作一个基本的模拟仪表(如速度计),我可以将其重用于音频和其他功能。有人能给我一些入门点吗?框架、示例、开源等。

回答by tptcat

This is similar to: https://stackoverflow.com/a/5687349/1177191. Not analog, but maybe this concept will help.

这类似于:https: //stackoverflow.com/a/5687349/1177191。不是模拟,但也许这个概念会有所帮助。