Scale alternatives and similar libraries
Based on the "Utility" category.
Alternatively, view Scale alternatives based on common mentions on social networks and blogs.
-
SwifterSwift
A handy collection of more than 500 native Swift extensions to boost your productivity. -
InAppSettingsKit
This iOS framework allows settings to be in-app in addition to or instead of being in the Settings app. -
Reusable
A Swift mixin for reusing views easily and in a type-safe way (UITableViewCells, UICollectionViewCells, custom UIViews, ViewControllers, Storyboards…) -
SwiftLinkPreview
It makes a preview from an URL, grabbing all the information such as title, relevant texts and images. -
BFKit-Swift
BFKit-Swift is a collection of useful classes, structs and extensions to develop Apps faster. -
VTAcknowledgementsViewController
Acknowledgements screen displaying a list of licenses, for example from CocoaPods dependencies. -
SwiftFoundation
Cross-Platform, Protocol-Oriented Programming base library to complement the Swift Standard Library. (Pure Swift, Supports Linux) -
AssistantKit
Easy way to detect iOS device properties, OS versions and work with screen sizes. Powered by Swift. -
DeviceGuru
DeviceGuru is a simple lib (Swift) to know the exact type of the device, e.g. iPhone 6 or iPhone 6s. Please ⭐️ this repo on the top right corner to make this repo popular. -
ZamzamKit
A Swift package for rapid development using a collection of micro utility extensions for Standard Library, Foundation, and other native frameworks.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Scale or a related project?
README
Scale
❤️ Support my app ❤️
- Push Hero - pure Swift native macOS application to test push notifications
- PastePal - Pasteboard, note and shortcut manager
- Frame recorder - Recorder gif and video with frame
- Alias - App and file shortcut manager
- Other apps
❤️❤️😇😍🤘❤️❤️
Unit converter in Swift
[](Screenshots/Banner.png)
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Features
Unit
- Strongly typed unit
- Division may throw error
- Operation upon same type, the result is the smaller unit of the two
let length = 5.kilometer + 7.meter // 5007 meter
let weight = 10.0.kilogram * 5.gram // 50000 gram
- Convert to any unit of the same type
2.week.to(unit: .hour) // 336 hour
Support
Angle
let angle = 5.degree + 2.radian
Area
let area = 5.acre + 2.hectare
Energy
let energy = 5.joule + 2.watthour
Metric
let metric = 5.base + 2.kilo
Volume
let volume = 5.liter + 2.gallon
Temperature
let temperature = 5.fahrenheit + 2.celsius
Time
let time = 5.day + 2.hour
Length
let length = 5.yard + 2.meter
Weight
let weight = 5.kilogram + 2.pound
Add more
- Add new definition file with extension
.def
insideDefinitions
group - Run
xcrun swift Script.swift
insideScript
group - Add newly generated files into
Output
group, target Scale - Go into
Example
andpod install
Notes
Some unit types like Temperature
must be converted manually
Installation
Scale is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "Scale"
Author
Khoa Pham, [email protected]
License
Scale is available under the MIT license. See the LICENSE file for more info.
*Note that all licence references and agreements mentioned in the Scale README section above
are relevant to that project's source code only.