All Projects → insanj → SUBLicenseViewController

insanj / SUBLicenseViewController

Licence: MIT license
✒ CocoaPod for attributing open source software! https://insanj.github.io/SUBLicenseViewController/

Programming Languages

objective c
16641 projects - #2 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to SUBLicenseViewController

Abexpandableview
Expandable, collapsible, filterable and single/multi selectable table view.
Stars: ✭ 138 (+820%)
Mutual labels:  cocoapod, tableview
Persistentstorageserializable
Swift library that makes easier to serialize the user's preferences (app's settings) with system User Defaults or Property List file on disk.
Stars: ✭ 162 (+980%)
Mutual labels:  cocoapod
Paging Collection View Layout
custom collection view layout that allows you to page by cell, not screen
Stars: ✭ 65 (+333.33%)
Mutual labels:  cocoapod
Downloadbutton
Customizable App Store style download button
Stars: ✭ 1,532 (+10113.33%)
Mutual labels:  cocoapod
Phfcomposebarview
Compose bar from iOS 7 Messages.app
Stars: ✭ 1,197 (+7880%)
Mutual labels:  cocoapod
Apvalidators
Codeless solution for form validation in iOS!
Stars: ✭ 130 (+766.67%)
Mutual labels:  cocoapod
Fdwaveformview
Reads an audio file and displays the waveform
Stars: ✭ 997 (+6546.67%)
Mutual labels:  cocoapod
Dtphotoviewercontroller
A fully customizable photo viewer ViewController to display single photo or collection of photos, inspired by Facebook photo viewer.
Stars: ✭ 212 (+1313.33%)
Mutual labels:  cocoapod
Ghosttypewriter
👻 A UILabel subclass that adds a typewriting animation effect
Stars: ✭ 159 (+960%)
Mutual labels:  cocoapod
Swiftyviper
Swift Interaction with VIPER Architecture
Stars: ✭ 110 (+633.33%)
Mutual labels:  cocoapod
Jvfloatingdrawer
An easy to use floating drawer view controller.
Stars: ✭ 1,424 (+9393.33%)
Mutual labels:  cocoapod
Karte
🗺 Conveniently launch directions in other iOS apps
Stars: ✭ 83 (+453.33%)
Mutual labels:  cocoapod
Pinlayout
Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer]
Stars: ✭ 1,870 (+12366.67%)
Mutual labels:  cocoapod
Swifttwitch
👾 The New Twitch API for iOS; wrapped in Swift goodness 👾
Stars: ✭ 72 (+380%)
Mutual labels:  cocoapod
Csmodel
CSModel is a concise and efficient model framework for iOS/OSX, and provides nested Model to compare values and copy values.
Stars: ✭ 192 (+1180%)
Mutual labels:  cocoapod
Imagecoordinatespace
UICoordinateSpace for UIImageView image
Stars: ✭ 42 (+180%)
Mutual labels:  cocoapod
Aicustomviewcontrollertransition
Easy and tidy way for creating custom UIViewController transitions for iOS
Stars: ✭ 130 (+766.67%)
Mutual labels:  cocoapod
Fusuma
Instagram-like photo browser and a camera feature with a few line of code in Swift.
Stars: ✭ 2,434 (+16126.67%)
Mutual labels:  cocoapod
Swiftycomments
UITableView based component designed to display a hierarchy of expandable/foldable comments.
Stars: ✭ 200 (+1233.33%)
Mutual labels:  cocoapod
Datepicker
A Date Picker with Calendar for iPhone and iPad Apps.
Stars: ✭ 103 (+586.67%)
Mutual labels:  cocoapod

SUBLicenseViewController

Version License Platform

Incredibly simple license view controller for iOS. Makes it really easy to attractively present acknowledgements for open source libraries within your app. You know, the ones that come with all that 3rd party code you use?

Usage

SUBLicenseViewController *licenseViewController = [[SUBLicenseViewController alloc] init];
[self.navigationController pushViewController:licenseViewController animated:YES];

SUBLicenseViewController will automatically parse and add your CocoaPods acknowledgements files as long as you add it to Copy Bundle Resources like so:

and then you can have it automatically copied every pod install by adding this to the bottom of your Podfile:

post_install do | installer |
	require 'fileutils'
	FileUtils.cp_r('Pods/Target Support Files/Pods-XXX/Pods-XXX-acknowledgements.plist', 'XXX/Acknowledgements.plist', :remove_destination => true)
end

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

SUBLicenseViewController is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "SUBLicenseViewController"

Author

Julian (insanj) Weiss, [email protected]

License

SUBLicenseViewController is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].