Hi Team,
We are having ebook reading application developed in IOS platform. We want to use swiftLint tool to check whether accessibility enabled for all UIControls which are in storyboard as well as programmatically initialised controls.
We had a walk through for SwiftLint rules, but we couldn’t find the rule to check the accessibility enabled/ disabled controls.
SwiftLint tool should fail builds if accessibility tags are not present for UIControls in the application.
Could you help us to resolve it.