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

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages