Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 3.09 KB

README.md

File metadata and controls

60 lines (44 loc) · 3.09 KB

CI

╰( ͡° ͜ʖ ͡° )つ──☆*:・゚

Screens

Как сделано?

Хранение:

  • CoreData + NSFetchedResultsController
  • UserDefaults
  • FileManager
  • Firebase Firestore

Многопоточность:

  • GCD

Работа с сетью:

  • URLSession

Анимации:

CAEmitters, UIViewControllerAnimatedTransitioning, CAAnimationGroup, CAKeyframeAnimation, CABasicAnimation, UIView.animate

Верстка:

  • Из кода
  • С помощью storyboard-ов и xib-ов

Тестирование:

  • Unit + UI тесты

CI:

  • GitHub Actions