Skip to content

A collection of helpful extensions, subclasses and wrappers to make iOS app development easier

License

Notifications You must be signed in to change notification settings

3sidedcube/ThunderBasics

Repository files navigation

Thunder Basics

Build Status Swift 5.5 Apache 2

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.

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

License

See LICENSE.md