Skip to content

Latest commit

History

History
49 lines (35 loc) 路 1.93 KB

README.md

File metadata and controls

49 lines (35 loc) 路 1.93 KB


Swap - Currency Converter

Swap is a simple currency converter app for iOS. More or less, what you see is what you get. You are able to select currenciies from a list of the most used international currencies and convert between them. The project focusses on having a small dependency footprint whilst using some of the latest cutting edge features that Apple and the iOS SDK has to offer.

Features

The project makes use of the following feature;

  • Swift UI
  • Combine
  • MVVM
  • Simple design
  • Easy-to-use UI

Screenshots

Splash Home Currency Selection Currency Selection

Download

The app will be available to download through one of the two following options;

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.