haowu1 / Cineman

0 stars 0 forks source link

Week 2 H.W #3

Open haowu1 opened 8 years ago

haowu1 commented 8 years ago

Please review my app. This is my week two assignment. /cc @codepathreview

minhkhang1795 commented 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