要运行示例项目,请克隆仓库,并首先从 Example 目录运行 pod install
。
AFAboutViewController 由 CocoaPods 提供支持。要安装它,只需将以下一行添加到 Podfile:
pod "AFAboutViewController"
@import AFAboutViewController;
//...
AFAboutViewController * about = [[AFAboutViewController alloc] initWithAppId:@"123456789"];
UINavigationController * nav = [[UINavigationController alloc] initWithRootViewController:about];
[self presentViewController:nav animated:YES completion:nil];
user1, [email protected]
AFAboutViewController 在 MIT 许可证下可用。有关更多信息,请参阅 LICENSE 文件。