https://github.com/3sidedcube/thunderbasics
A collection of helpful extensions, subclasses and wrappers to make iOS app development easier
https://github.com/3sidedcube/thunderbasics
date-formatting swift uicolor
Last synced: 11 months ago
JSON representation
A collection of helpful extensions, subclasses and wrappers to make iOS app development easier
- Host: GitHub
- URL: https://github.com/3sidedcube/thunderbasics
- Owner: 3sidedcube
- License: other
- Created: 2014-10-06T09:23:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T10:16:02.000Z (almost 2 years ago)
- Last Synced: 2024-11-28T11:39:44.120Z (over 1 year ago)
- Topics: date-formatting, swift, uicolor
- Language: Swift
- Homepage:
- Size: 2.26 MB
- Stars: 9
- Watchers: 11
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Thunder Basics
[](https://travis-ci.org/3sidedcube/ThunderBasics) [](https://swift.org/blog/swift-5-5-released/) [](LICENSE.md)
Thunder Basics is a set of useful utilities for handling basic iOS development tasks.
# Installation
Setting up your app to use ThunderBasics is a simple and quick process. You can choose between a manual installation, or use Carthage.
## Carthage
- Add `github "3sidedcube/ThunderBasics" == 3.0.0` to your Cartfile.
- Run `carthage update --platform ios --use-xcframeworks` to fetch the framework.
- Drag `ThunderBasics` into your project's _Frameworks and Libraries_ section from the `Carthage/Build` folder (Embed).
- Add the Build Phases script step as defined [here](https://github.com/Carthage/Carthage#if-youre-building-for-ios-tvos-or-watchos).
## Manual
- Clone as a submodule, or download this repo
- Import ThunderBasics.xcproject into your project
- Add ThunderBasics.framework to your Embedded Binaries.
- Wherever you want to use ThunderBasics use `import ThunderBasics` if you're using swift.
# Code level documentation
Documentation is available for the entire library in AppleDoc format. This is available in the framework itself or in the [Hosted Version](http://3sidedcube.github.io/iOS-ThunderBasics/)
# License
See [LICENSE.md](LICENSE.md)