Created
January 12, 2017 15:57
-
-
Save AndreyPanov/6a7fb4374d61ead5a4b57f3e441bdc49 to your computer and use it in GitHub Desktop.
CellForRow
This file contains 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
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { | |
if ππ { | |
router.openControllerA() | |
} else if πππ { | |
router.openControllerB() | |
} else if π { | |
router.openControllerC() | |
} else if ππ { | |
router.openControllerD() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment