當(dāng)前位置:
首頁 >
添加引导滚动页
發(fā)布時間:2025/3/15
28
豆豆
- (void)guidePages
{
? ? //數(shù)據(jù)源
? ? NSArray *imageArray = @[ @"1.jpg", @"2.jpg", @"3.jpg", @"4.jpg" ];
?? ?
? ? //? 初始化方法1
? ? MZGuidePages *mzgpc = [[MZGuidePages alloc] init];
? ? mzgpc.imageDatas = imageArray;
? ? __weak typeof(MZGuidePages) *weakMZ = mzgpc;
? ? mzgpc.buttonAction = ^{
? ? ? ? [UIView animateWithDuration:2.0f
?? ? ? ? ? ? ? ? ? ? ? ? animations:^{
?? ? ? ? ? ? ? ? ? ? ? ? ? ? weakMZ.alpha = 0.0;
?? ? ? ? ? ? ? ? ? ? ? ? }
?? ? ? ? ? ? ? ? ? ? ? ? completion:^(BOOL finished) {
?? ? ? ? ? ? ? ? ? ? ? ? ? ? [weakMZ removeFromSuperview];
?? ? ? ? ? ? ? ? ? ? ? ? }];
? ? };
?? ?
? ? [self.window addSubview:mzgpc];
}
轉(zhuǎn)載于:https://www.cnblogs.com/PJXWang/p/6826168.html
新人創(chuàng)作打卡挑戰(zhàn)賽發(fā)博客就能抽獎!定制產(chǎn)品紅包拿不停!總結(jié)
- 上一篇: 自学it18大数据笔记-第二阶段hado
- 下一篇: docker命令收集