Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Last active August 29, 2015 14:06
Show Gist options
  • Save pbrewczynski/29de6d1500c02c8b3cc4 to your computer and use it in GitHub Desktop.
Save pbrewczynski/29de6d1500c02c8b3cc4 to your computer and use it in GitHub Desktop.
// Does anybody know why
func tableView(_ tableView: UITableView!,
cellForRowAtIndexPath indexPath: NSIndexPath!) -> UITableViewCell!
//morphed to
func tableView(_ tableView: UITableView,
cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell
// In the UITableViewDataSource Protocol ? (The difference is that all implicit unwrapped values are now norlmal - not-nil values)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment