gpt4 book ai didi

ios - 带有图像的 UIPagecontrol

转载 作者:行者123 更新时间:2023-11-29 13:32:45 30 4
gpt4 key购买 nike

我正在尝试使用页面控制功能和 UIScrollView 在我的 IOS 应用程序上显示一组图像,我看过一些教程,但它们都展示了如何更改颜色、如何加载一些图像以及使用页面控件来浏览它们?

最佳答案

-(void)loadScrollViewWithPage:(int)page;
{
UIImageView *img=[[UIImageView alloc]initWithFrame:CGRectMake(scrollView.frame.size.width*page, 200, scrollView.frame.size.width, 100)];
img.image=[UIImage imageNamed:[viewControllers objectAtIndex:page]];

[scrollView addSubview:controller.view];
}

viewControllers 存储您拍摄的图像的名称。

关于ios - 带有图像的 UIPagecontrol,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11451292/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com