Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

numberofrowsincomponent

  1. S

    iOS Access numberOfRowsInComponent from iCloud

    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...