CalcCulinar
iOS приложение “Кулинарный калькулятор” на языке Swift для добавления и конвертации основных кулинарных мер.
iOS application “CalcCulinar” in Swift language for adding and converting basic culinary measures (MVC+RealmDataBase).
Основной использованный стек:
Main used stack:
RealmDataBase, UIKit, UITableViewController, UIAlertController, UIPickerView, UITabBarController, UICollectionView
Краткое описание приложения:
Приложение “Кулинарный калькулятор” позволяет добавлять различные кулинарные меры – единицы массы и объема, а так же добавлять новые ингредиенты с указанием плотности. Далее возможно конвертировать определенное количество ингредиента в различные единицы измерения сохранить в таблице. Кроме того приложение позволяет хранить любимые рецепты
- Проект полностью написан на UIKit.
- Использована архитектура MVС.
- Пользовательский интерфейс полностью написан кодом, UIStoryboard не используется.
- Использованы UITableView, UIAlert, UIPickerView, UITabBar, UICollectionView.
- Работа с памятью осуществляется с помощью базы данных Realm.
Short description:
The “Cooking Calculator” application allows you to add various culinary measures – units of mass and volume, as well as add new ingredients with an indication of density. Further, it is possible to convert a certain amount of an ingredient into different units of measure and save it in a table. In addition, the application allows you to store your favorite recipes
- The project is written entirely in UIKit.
- MVC architecture is used.
- The user interface is completely written in code, UIStoryboard isn’t used.
- Used UITableView, UIAlert, UIPickerView, UITabBar, UICollectionView.
- Memory management is carried out using the Realm database.