Beyond bounds exception when setting selectRow() on UIPickerView – Ios swift
I have a UIPicker view and which loads an array of Ints as its data source. Selecting a row works fine, however when the app loads I want to have it display a specific item that is read from disk.…