Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kumpeapps/kumpehelpers
https://github.com/kumpeapps/kumpehelpers
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kumpeapps/kumpehelpers
- Owner: kumpeapps
- License: mit
- Created: 2020-10-10T21:46:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T00:51:06.000Z (over 2 years ago)
- Last Synced: 2024-04-17T05:45:30.175Z (9 months ago)
- Language: Swift
- Size: 2.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# KumpeHelpers
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d860bc1e83234a4faaff8f3f488ce79c)](https://app.codacy.com/gh/kumpeapps/KumpeHelpers?utm_source=github.com&utm_medium=referral&utm_content=kumpeapps/KumpeHelpers&utm_campaign=Badge_Grade)
KumpeHelpers is a collection of helper files commonly used in most of my apps. I created this framework as an easy way of importing my most frequently used scripts instead of having to re-write them or copy/paste in each app and easily syncing changes between all of my apps. So.....this framework is designed for my use but feel free to use it if you wish!
## Frameworks Used
- Foundation
- CoreData
- UIKit
- CoreText## Third Party Frameworks Used
- [Alamofire-SwiftyJSON](https://github.com/SwiftyJSON/Alamofire-SwiftyJSON)
- [SwiftMessages](https://github.com/SwiftKickMobile/SwiftMessages)
- [Sync](https://github.com/3lvis/Sync)
- [ReachabilitySwift](https://github.com/ashleymills/Reachability.swift)
- [CollectionViewCenteredFlowLayout](https://github.com/Coeur/CollectionViewCenteredFlowLayout)## Scripts that I incorporated from third party sources
- Pathifier (obtained from a Udacity nanodegree course)
- [String+Image (obtained form an example code on stack overflow)](https://stackoverflow.com/questions/38809425/convert-apple-emoji-string-to-uiimage)
- [Logger (code was copied in part from stack overflow)](https://stackoverflow.com/questions/40583721/print-to-console-log-with-color/41740104)
- [Rotate Image (most of class was copied from stack overflow)](https://stackoverflow.com/questions/49666907/custom-image-with-rotation-in-activity-indicator-for-iphone-application-in-swift)## KumpeHelpers Classes
- DataController
- Logger
- ShowAlert
- RotateImage
- Spinner
- DebugHelpers
- KumpeAPIClient
- PersistBackgrounds
- ReachabilitySetup
- LaunchURL
- GCDBlackBox
- Pathifier## KumpeHelpers Extensions
- String+Image
- UIImage+Color