diff --git a/Tusker/Screens/Timeline/TimelinesPageViewController.swift b/Tusker/Screens/Timeline/TimelinesPageViewController.swift index 3aafae5f..0cb4298a 100644 --- a/Tusker/Screens/Timeline/TimelinesPageViewController.swift +++ b/Tusker/Screens/Timeline/TimelinesPageViewController.swift @@ -83,7 +83,8 @@ class TimelinesPageViewController: SegmentedPageViewController: UIPageViewController, UIPageV self.selectPage(option, animated: true) } } - // TODO: double check this with the custom segmented control + // TODO: the custom segmented control isn't treated as a group and I have no idea how to change that // the segemented control itself is only focusable when VoiceOver is in Group navigation mode, // so make it clear that to switch tabs the user needs to enter the group segmentedControl.accessibilityHint = "Enter group to select timeline"