How can I set Accessibility Identifier for window screen in ios swift

How can I set Accessibility Identifier for all the subviews of a view in (UIApplication.shared.delegate as! AppDelegate).window?

I want to see the identifier name in tool accessibility identifier.
Can anyone help out?

How can I set Accessibility Identifier for window screen in ios swift
 
 
Q