Spring
Spring

Reputation: 11835

How can I refresh my UI Picker View as its data source changes?

How can I refresh my UI Picker View as its data source (array) changes ?

Upvotes: 4

Views: 2869

Answers (1)

thomashw
thomashw

Reputation: 956

Use the [pickerView reloadAllComponents] method.

Upvotes: 9

Related Questions