Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 884 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 884 Bytes

Caffeine

A collection of reusable logic to boost Apple platform apps development process.

Contents

├── Controllers
│   └── CacheController.swift
├── Extensions
│   ├── AdditiveArithmetic+Constants.swift
│   ├── Array+Operations.swift
│   ├── CGFloat+Spacing.swift
│   ├── Image+SFSymbol.swift
│   ├── Image+SystemImage.swift
│   ├── Label+SFSymbol.swift
│   ├── LazyGrids+Inits.swift
│   └── String+Constants.swift
├── Network
│   ├── RemoteAPI.swift
│   ├── RemoteEndpoint.swift
│   ├── RemoteService.swift
│   └── RequestCoordinator.swift
├── Presentation
│   ├── AlertStateModifier.swift
│   ├── SFSymbol.swift
│   ├── SystemImage.swift
│   ├── ViewFrameSizeModifier.swift
│   └── ViewModel.swift