AFAboutViewController 0.1.6

AFAboutViewController 0.1.6

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Sep 2017

Maintained by hw-1.



  • By
  • user1

Example

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

Requirements

Installation

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

pod "AFAboutViewController"

how to use?

@import AFAboutViewController;
//...
AFAboutViewController * about = [[AFAboutViewController alloc] initWithAppId:@"123456789"];
UINavigationController * nav = [[UINavigationController alloc] initWithRootViewController:about];
[self presentViewController:nav animated:YES completion:nil];

Author

user1, [email protected]

License

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