jjotaum / Caffeine

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Swift 100.0%