My project has a UIPickerView and I need to return the count of an array for numberOfRowsInComponent.
Heres my code so far:
import UIKit
import CloudKit
class SecondViewController: UIViewController, UIPickerViewDelegate, UIPickerViewDataSource {
var db:CKDatabase?
var...