How to inspect/access a child element with Appium that has accessibility set to true on parent?

It looks like it is a problem to access child elements on IOS with appium if the parent element’s accessibility is set to true. Is there a workaround for this? or a preferred coding convention for the development part?

I have been facing this problem from a long time and as a solution i always ask the developer to add a tag to make the accessible false so that im able to navigate to the desired node.