Open haowu1 opened 8 years ago
About the third requirement, it's really easy. Just follow this instruction. You can choose whatever color you want for a selected cell. For example, add this snippet of code to your tableView:cellForRowAtIndexPath() and you will see that when you select a cell, its color will be red instead of gray:
let backgroundView = UIView()
backgroundView.backgroundColor = UIColor.redColor()
cell.selectedBackgroundView = backgroundView
Also, for the second required user story. You can follow the instruction, read it carefully and try again. I surely believe you can figure all out. :+1:
If you have any particular questions about the assignment or the feedback, feel free to reply here or email us at universitysupport@codepath.com.
Best, Khang CodePath Grader
Please review my app. This is my week two assignment. /cc @codepathreview