Last active
August 29, 2015 14:06
-
-
Save pbrewczynski/29de6d1500c02c8b3cc4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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