Guest User

Untitled

a guest
Sep 29th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. func pickerView(_ pickerView: UIPickerView, numberOfRowsInComponent component: Int) -> Int {
  2. if importanceTextField == importanceTextField {
  3. return importanceTextDataArray.count
  4. } else if typeTaskTextField == typeTaskTextField {
  5. return typeTaskArray.count
  6. }
  7. return "?"
  8. }
Add Comment
Please, Sign In to add comment