Currently the app presents no data on launch. Consider adding a line to force select a row, as the values are hardcoded.
override func viewDidLoad() {
super.viewDidLoad()
// Update UI on app launch,
pickerView(currencyPicker, didSelectRow: 0, inComponent: 0)
}