文件名称:Indus-Valley:用Swift编写的用于在度量单位之间转换的库
文件大小:32KB
文件格式:ZIP
更新时间:2024-05-29 02:43:07
Swift
印度河谷 用Swift编写的用于在度量单位之间转换的库。 如果您不知道对象在创建之前是什么类型,则支持对象的本地化和盲目分配。 用法 创建对象 let mass = Mass ( quantity : 1 , unit : . Gram ) let volume = Volume ( quantity : 3 , unit : . Liter ) let anotherMass = Mass ( quantity : 4 , unit : " gram " ) // quanity: 4, unit: .Gram 盲目的创造 let aMass = Measurement. unknownUnitWithString ( " kilogram " , quantity : 3 ) // class: Mass, quantity: 3, unit: .Kilo let anotherMas
【文件预览】:
Indus-Valley-master
----LICENSE(1KB)
----IndusValley.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(25KB)
--------xcshareddata()
----Indus ValleyTests()
--------XCTestCase+Helper.swift(1KB)
--------MassTests.swift(8KB)
--------Info.plist(750B)
--------VolumeTests.swift(1KB)
----IndusValley()
--------ViewController.swift(362B)
--------AlternativeNamesManager.swift(1KB)
--------Base.lproj()
--------Arbitrary.swift(159B)
--------LaunchScreen.xib(4KB)
--------Measurement.swift(4KB)
--------UnitProtocol.swift(332B)
--------Volume.swift(548B)
--------AppDelegate.swift(2KB)
--------VolumeUnit.swift(1KB)
--------nb.lproj()
--------Images.xcassets()
--------Info.plist(1KB)
--------en.lproj()
--------Main.storyboard(2KB)
--------MassUnit.swift(1KB)
--------Mass.swift(1KB)
----IndusValleyTests()
--------IndusValleyTests.swift(910B)
--------Info.plist(751B)
----IndusValley.podspec(1KB)
----README.md(1KB)
----Main.storyboard(2KB)