如何在 iOS 中创建如下图所示的加载屏幕
如何在 iOS 中创建如下图所示的动画加载效果。任何人请给我一个想法或给我指出任何例子。提前致谢
How can i create a animated loading effect like the below image in iOS. Any one kindly give me an idea or point me any examples. Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以创建一组动画图像,将它们添加到数组中,然后添加到 UIImageView 中。
loadImageView - UIImageView,您可以将其添加到 XIB 或 ViewDidLoad 中。 n - 动画中的图像数量。
You can create a set of animation images, add them into array and then add into UIImageView.
loadingImageView - UIImageView, you can add it in XIB or in ViewDidLoad. n - number of images in animation.
我会使用 2 个 UIImageView。
I would use 2 UIImageViews.