An open API service indexing awesome lists of open source software.

https://github.com/jjotaum/caffeine

A collection of reusable logic to boost Apple platform apps building process.
https://github.com/jjotaum/caffeine

ios-developer-tools ios-development ios-library swift swiftui

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Caffeine

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

## Contents

```
├── Caffeine
│ ├── Commons
│ │ └── Setting.swift
│ ├── Constants
│ │ ├── AdditiveArithmetic+Constants.swift
│ │ ├── CGFloat+Constants.swift
│ │ ├── CGSize+Constants.swift
│ │ └── String+Constants.swift
│ ├── Controllers
│ │ └── CacheController.swift
│ ├── Extensions
│ │ ├── Array+Operations.swift
│ │ ├── Button+SFSymbol.swift
│ │ ├── Image+SFSymbol.swift
│ │ ├── Image+SystemImage.swift
│ │ ├── Label+SFSymbol.swift
│ │ └── LazyGrids+Inits.swift
│ ├── Network
│ │ ├── RemoteAPI.swift
│ │ ├── RemoteEndpoint.swift
│ │ ├── RemoteService.swift
│ │ └── RequestCoordinator.swift
│ ├── Presentation
│ │ ├── AlertStateModifier.swift
│ │ ├── LabelDisplayable.swift
│ │ ├── SFSymbol.swift
│ │ ├── SystemImage.swift
│ │ ├── ViewFrameSizeModifier.swift
│ │ └── ViewModel.swift
```