带有 narray 的随机图像
大家好,我是法国人,请原谅我的英语。所以我想要的是 UIImageView 在不同的(随机)@“XXX.png”文件之间进行选择以将其显示在屏幕上。我认为我们必须使用 NSArray 或类似的东西。请问我该怎么做。
Hi everyone I'm french so excuse me for my english. So what I want is that a UIImageView choose between different(random) @"XXX.png" file to show it on the screen. I think we must use a NSArray or something like that. How can I do this please.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
生成从 0 到 x 的数字
使用 0 填充格式化数字
如果 .png 没有用数字命名,那么您可以使用以下代码将它们加载到数组中 此处。
To generate a number from 0 to x
To format the number with 0 padding
If the .png are not named with numbers, then you could load them into an array with the code here.