Skip to content

Instantly share code, notes, and snippets.

@hasanalisiseci
Last active February 20, 2020 17:56
Show Gist options
  • Save hasanalisiseci/de19c116e7d9c7d2457b1da5f9e0a085 to your computer and use it in GitHub Desktop.
Save hasanalisiseci/de19c116e7d9c7d2457b1da5f9e0a085 to your computer and use it in GitHub Desktop.
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
}
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment