项目介绍:
快速简单的给你的app加入引导页。
只需要传入几张引导页面图片即可,在您的app的根页面的viewDidLoad中添加如下代码即可:
[Objective-C] 查看源文件 复制代码
NSMutableArray *images = [NSMutableArray new]; [images addObject:[UIImage imageNamed:@"1"]]; [images addObject:[UIImage imageNamed:@"2"]]; [images addObject:[UIImage imageNamed:@"3"]]; [[HcdGuideViewManager sharedInstance] showGuideViewWithImages:images andButtonTitle:@"立即体验" andButtonTitleColor:[UIColor whiteColor] andButtonBGColor:[UIColor clearColor] andButtonBorderColor:[UIColor whiteColor]];
支持 cocoapods:
pod ‘HcdGuideView’
DEMO 直接下载: