DerLobi / VTAcknowledgementsViewController

Ready to use “Acknowledgements”/“Licenses” view controller for CocoaPods.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VTAcknowledgementsViewController

Ready to use “Acknowledgements”/“Licenses”/“Credits” view controller for CocoaPods.

iPhone screenshot 1 iPhone screenshot 2

How to Install

This project is only useful if you use CocoaPods, so let’s assume that you’re indeed using CocoaPods.

  1. Add pod 'VTAcknowledgementsViewController' in your Podfile.
  2. Import the Pods-acknowledgements.plist file from the generated Pods folder to your main app project (so you need to run pod install at least once before using this pod; don’t copy the file itself, just add a reference).

Note: if you know how to import this file automatically, as part of the pod install process, please let me know.

How to Use

The VTAcknowledgementsViewController instance is usually pushed to an existing UINavigationController.

UIViewController *viewController = [VTAcknowledgementsViewController acknowledgementsViewController];
[self.navigationController pushViewController:viewController animated:YES];

Requirements

VTAcknowledgementsViewController requires iOS 5.0 and above, and uses ARC.

Credits

VTAcknowledgementsViewController was created by Vincent Tourraine.

License

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

About

Ready to use “Acknowledgements”/“Licenses” view controller for CocoaPods.

License:MIT License


Languages

Language:Objective-C 93.9%Language:Ruby 6.1%