CalculatorKeyboard
Text field with calculator keyboard that could be used in SwiftUI and UIKit. Please check out the Example app.
Requirements
- iOS 13.0+
Installation
Swift Package Manager
Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
To integrate CalculatorKeyboard into your Xcode project using Swift Package Manager, add it to the dependencies value of your Package.swift
:
dependencies: [
.package(url: "https://github.com/suvov/CalculatorKeyboard.git", .upToNextMajor(from: "0.9.5"))
]
Author
Vladimir Shutyuk, [email protected]
License
CalculatorKeyboard is available under the MIT license. See the LICENSE file for more info.