Skip to content

Instantly share code, notes, and snippets.

@hasanalisiseci
Created February 20, 2020 18:06
Show Gist options
  • Save hasanalisiseci/d1814a99438c1e4af701906e083e2f0f to your computer and use it in GitHub Desktop.
Save hasanalisiseci/d1814a99438c1e4af701906e083e2f0f to your computer and use it in GitHub Desktop.
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
let numOfFruits = fruits.count
return numOfFruits
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment