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.
- Host: GitHub
- URL: https://github.com/jjotaum/caffeine
- Owner: jjotaum
- License: mit
- Created: 2022-06-02T00:16:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T21:26:42.000Z (4 months ago)
- Last Synced: 2025-01-30T21:27:41.026Z (4 months ago)
- Topics: ios-developer-tools, ios-development, ios-library, swift, swiftui
- Language: Swift
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```