Skip to content

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

License

Notifications You must be signed in to change notification settings

jjotaum/Caffeine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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