Spinner is to Android, as "____" is to iOS?

In Android, to make a selection from a list of predefined options, we'd use the Spinner element seen below. What is the best approach to replicating this on iOS?

The iOS SDK offers pickers, segmented controls, modals, action sheets etc., but since my daily device is an Android I'm not sure what iOS users prefer in this scenario.

Android Spinner