文件名称:UIScientificNotationLabel:一个UIView子类,以科学计数形式呈现数字
文件大小:81KB
文件格式:ZIP
更新时间:2024-03-05 14:32:37
Objective-C
UIScientificNotationLabel UIScientificNotationLabel是UIView的子类,可让您在iOS和MacOS X上显示非常大/小的数字的科学计数法(最新版本在MaxOS X上不起作用,请再进行几次提交))。 该实现自动确定要显示给用户的有效位数。 它可以呈现对称和不对称的误差线。 它还支持上限和下限。 该类使用由五个浮点数组成的结构作为输入。 如果字段的值未知,则应将其设置为NAN 。 typedef struct { float value; // The actual value (set to NAN when not known) float error_minus; // Lower error bar (set to NAN when not known) float error_plus; // Upper error b
【文件预览】:
UIScientificNotationLabel-master
----NSString+Size.h(266B)
----README.md(2KB)
----floate.h(427B)
----screenshot.png(81KB)
----UIScientificNotationLabel.h(673B)
----NSString+Size.m(454B)
----UIScientificNotationLabel.m(8KB)
----floate.c(327B)