ios-HcdGuideView引导页-通过简单的方法给app加入引导页面.zip

时间:2022-07-31 13:27:05
【文件属性】:
文件名称:ios-HcdGuideView引导页-通过简单的方法给app加入引导页面.zip
文件大小:1.09MB
文件格式:ZIP
更新时间:2022-07-31 13:27:05
滚动视图 快速简单的给你的app加入引导页。 只需要传入几张引导页面图片即可,在您的app的根页面的viewDidLoad中添加如下代码即可: 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]]; github链接地址:https://github.com/Jvaeyhcd/HcdGuideView

网友评论