App.swift

A bunch of components/code that I use frequently.


Keywords
abstraction, swift, ui
License
MIT
Install
pod try App.swift

Documentation

Platform iOS Cocoapods Compatible

App.swift

A bunch of components/code that I use. Abstracts away api access and simplifies many many ui related things (TableViewController, CollectionViewController, Theming, UserDefaults).

Requires swift 3.

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate App.swift into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
target '<Your Target Name>' do
  pod 'App.swift', '~> 1.0'
end

Then, run the following command:

$ pod install

Manually

Just drag and drop the files in the Sources folder.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details