The UITableViewCell
s of my UITableView
each contain their own table view with just one cell.
VoiceOver works fine selecting the cells of the main table view, but I can't figure out how to make the inner cells/table view selectable by VoiceOver.
Does anyone know how to make a UITableView
inside of a UITableViewCell
selectable by VoiceOver?