Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mchirino89/chiriutils
Commonly used utilities on Swift development
https://github.com/mchirino89/chiriutils
cocoapods library pod swift swift4 utility utils-library
Last synced: about 1 month ago
JSON representation
Commonly used utilities on Swift development
- Host: GitHub
- URL: https://github.com/mchirino89/chiriutils
- Owner: mchirino89
- License: mit
- Created: 2019-03-24T17:53:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T20:23:15.000Z (about 4 years ago)
- Last Synced: 2024-12-02T03:40:59.594Z (about 1 month ago)
- Topics: cocoapods, library, pod, swift, swift4, utility, utils-library
- Language: Swift
- Size: 57.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChiriUtils
This helper [library](https://cocoapods.org/pods/ChiriUtils) includes some of the most basic and used commonly written features in everyday Swift development such as:- `JSONDecodable`: implement this protocol in order to transform JSON's data _Decobale_ compliant models and worry only about passing in its Type and decoding strategy (only if you wish to for the later one, otherwise a `.default` will be implemented for you)
- `JSONHelper`: read locally stored files within your project or inside the app's bundle with this _factory_ class.
- And more: deque your `UITableView`/`UICollectionView` in a typesafe way. Avoid the _guard-let-else_ dance altogether or even worse: the infamaus force casting **!**
Feel free to submit your pull requests and I'll happily check them. Thanks!