Приложение агрегатор-рецептов, в котором пользователь может добавлять свои
Для для скачивания проекта воспользуйтесь терминалом и введите команду:
git clone --recurse-submodules https://github.com/iCookbook/Cookbook
Больше вам ничего делать не нужно
Проект соответствует всем требованиям, описанным в техническом задании
В документации проекта расписано более подробно, здесь же я остановлюсь на ключевых моментах:
Тема | Технология |
---|---|
🧱 Архитектура | VIPER, модульная |
🌐 Работа с сетью | URLSession |
🗄 Хранение данных | Core Data, UserDefaults |
⛓ Многопоточность | Grand Central Dispatch |
🛠 Тестирование | XCTest |
📱 Платформа | iOS 12.0 |
Также стоит упомянуть о некоторых деталях реализации проекта:
- Соблюдены все принципы SOLID. Подробнее почитать об этом можно здесь
- Полная локализация и плюризация
- Пагинация и pull-to-refresh
Более того, каждый модуль приложения имеет свою страницу на GitHub Wiki с его документацией.
Одно или несколько из нижеприведённых действий должно вам помочь. Если всё равно что-то идёт не так, свяжитесь со мной через Telegram: @egbad
-
Очистите
DerivedData
-
Очистите
Build foler
-
Перезапустите Xcode
-
Установите последнюю версию модулей (подов):
pod install
Recipes application
To download the project, use the terminal and enter the command:
git clone --recurse-submodules https://github.com/iCookbook/Cookbook
You don't need to do anything else
The project meets all the requirements described in the terms of reference
Theme | Technology |
---|---|
🧱 Architecture | VIPER, модульная |
🌐 Networking | URLSession |
🗄 Persistence | Core Data, UserDefaults |
⛓ Multithreading | Grand Central Dispatch |
🛠 Testing | XCTest |
📱 Platform | iOS 12.0 |
It is also worth mentioning some details of the project implementation:
- All SOLID principles are observed. You can read more about it here
- Full localization and polarization
- Pagination and pull-to-refresh
More detailed technical information and implementation details are described in the project documentation
Each application module also has its own page on the GitHub Wiki with its documentation.
One or more of the following actions should help you. If something goes wrong anyway, contact me via Telegram: @egbad
-
Clear
DerivedData
-
Clear
Build foler
-
Reload Xcode
-
Install latest versions of modules (pods):
pod install