DeliveryApp | Swift mobile test app
Application for displaying a list of positions from a pizzeria. When you select a category, the table automatically moves to the desired positions, and banners are hidden.
The application uses the following stack:
- Cocoa Pod EasyPeasy to make writing constraints easier
- UIKit without using a Storyboard
- Custom UI (UITableView cell, UICollectionView cell)
- Singleton
- Adhering to the following develop principles – DRY, KISS, YAGNI