I'm not having any trouble. A couple points:
- Is this a UISegmentedControl or a UITabBarController? Both work fine for me, but:
- For segmented controls, the labels include the ordinal in the label following a comma, such as "Birds, 1 of 2".
- For tab bar controllers, there is a bug with setting the accessibility label on tabs which I filed with Apple and which is still open. You should still be able to use the title as the accessibility label without a problem though.
- Are you using the latest version of KIF? I noticed that you have a 30s timeout, which was the old default. We did fix some things surrounding segmented controls about a month ago.
- If none of this helps, would it be possible to get a sample app?