Has anyone worked out a way of getting system buttons into a UISegmentedControl (a UIBarButtonSystemItemAdd, for example)?
If I can't work it out, I'll probably have to extract the system images somehow but it seems wrong, and I'd be surprised if that's how Apple did their segmented control for navigating up and down emails messages in their email client. [actually yes they do, there are no system buttons for up and down]
Probably involves subclassing? thanks if anyone out there can give a Java programmer some tips...