Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialmadhavisankholkar
25,555 PointsCheckmark does not appear as soon as I tap the row
Hi There,
After selecting a user in "Edit Friends" the checkmark does not appear until I select the next user. I have exact same code as in this video. I am using xcode5.0.1
Appreciate any help in fixing this.
2 Answers
Stone Preston
42,016 Pointsmake sure you implemented didSelectRowAtIndexPath
and not didDeselectRowAtIndexPath
. That sounds like what happened
madhavisankholkar
25,555 PointsYes! That is what I did! Thank you!