Commit f5b2e890 by Demid Merzlyakov

Removed the red view controller on Today, used for debugging.

parent 762a7dee
......@@ -125,9 +125,7 @@ extension TodayViewController: UITableViewDataSource {
//MARK:- UITableView Delegate
extension TodayViewController: UITableViewDelegate {
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
let vc = UIViewController()
vc.view.backgroundColor = .red
navigationController?.pushViewController(vc, animated: true)
print("TodayViewController: didSelectRow")
}
func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment