I created a prototype cell which has three element - UILabel , UIButton(image - radio-button) and UILabel as shown below. also cell has Disclosure indicator.
When I enable voice over. it reads "Test Data, Label4, button(for accessory) and then it reads radio-button" for UIButton. I want it to read in actual order - "Test Data, radio-button, Label4, button(for accessory)". If I add more labels in Cell then also it reads all labels first then UIButton.