如何在资产目录中设置无障碍标签? Xcode 11

How to set the accessibility label in asset catalog? Xcode 11

有什么方法可以为资产目录中的图像资产设置 accessibilityLabel 吗?我不想在使用该图片资产的所有地方都处理该标签。

Is there any way to set the accessibilityLabel for an image asset inside the asset catalog?

.xcassets绝对不是为了这个目的而做的

但是,您可以创建一个新的 UIView,包括您在任何地方使用的图像,以便一次性定义其中的 accessibilityLabel

您使用这个新的 UIView 代替来自资产目录的图像,并且您 不必在任何地方处理该标签