https://github.com/anibalventura/split-check
Bill splitting and tip calculating app, build with UIKit and MVC pattern.
https://github.com/anibalventura/split-check
ios ios-app mvc-pattern swift tip-calculator uikit xcode
Last synced: about 1 year ago
JSON representation
Bill splitting and tip calculating app, build with UIKit and MVC pattern.
- Host: GitHub
- URL: https://github.com/anibalventura/split-check
- Owner: anibalventura
- License: mit
- Created: 2021-12-29T18:25:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T15:59:53.000Z (about 4 years ago)
- Last Synced: 2025-01-11T01:46:16.897Z (about 1 year ago)
- Topics: ios, ios-app, mvc-pattern, swift, tip-calculator, uikit, xcode
- Language: Swift
- Homepage:
- Size: 8.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Split Check
[](https://www.apple.com/ios/ios-15/)
[](https://developer.apple.com/swift/)
[](https://developer.apple.com/swift/)
[](LICENCE)
Bill splitting and tip calculating app, build with UIKit and MVC pattern.
## Features
- Enter bill total with number pad.
- Select tip % and between how many people.
- Show modal with total per person and description message.
- Splash screen.
- Localization support (English/Spanish).
## Development
- [UIKit](https://developer.apple.com/documentation/uikit)
- MVC
- [CocoaPods](https://cocoapods.org)
- Development Target **15.0**
- Swift **5.5**
- Xcode **13.2**
### Dependencies
- [SwiftLint](https://cocoapods.org/pods/SwiftLint)
- [IQKeyboardManagerSwift](https://cocoapods.org/pods/IQKeyboardManagerSwift)
### Build
Clone the repository and run!
# License
```xml
MIT License
Copyright (c) 2021 Anibal Ventura
```