获取图像视图上图像的名称
有什么方法可以获取屏幕上图像视图上存在的图像的名称。请告诉我如何做到这一点。我已经搜索了很多,但仍然没有找到任何有用的东西。请帮忙。
Is there any way to get the name of the image which is present on the image view which is there on my screen. Please tell me ways to do this. I already searched it a lot but still have not found anything useful. Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以子类化 UIImageView 并添加属性名称或标识符。
You can subclass UIImageView and add a property name or identifier.
您应该使用视图的 tag 属性来区分不同的 imageView。
You should use the tag property of the view to distinguish between different imageViews.