An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Split Check

[![iOS](https://img.shields.io/static/v1?label=iOS&message=15.0&color=000000)](https://www.apple.com/ios/ios-15/)
[![Swift](https://img.shields.io/static/v1?label=Swift&message=5.5&color=F05138)](https://developer.apple.com/swift/)
[![Xcode](https://img.shields.io/static/v1?label=Xcode&message=13.2&color=147EFB)](https://developer.apple.com/swift/)
[![License](https://img.shields.io/static/v1?label=License&message=MIT&color=blue)](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
```