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 trial
Oluwatobi Omotayo
Full Stack JavaScript Techdegree Student 1,520 PointsHow to implement Tappable and interact-able controls in Custom TableViewCell
Hello Community, I have a custom TableViewCell, Which contains controls that show user names, user profile picture, user's post, like and comment buttons similar to Instagram and twitter apps on iOS. (I'm using Objective-C and working with Storyboards). How do I make these TableViewCell elements to be interact-able and control every particular interaction for the particular data object of the TableView row such that if for instance like button is tapped it updates like count for the row if the username of profile picture is tapped it displays details of the user profile in another view controller etc. All I've worked with has been selecting table view rows. I need detail explanation on this please.
1 Answer
Oluwatobi Omotayo
Full Stack JavaScript Techdegree Student 1,520 PointsI found the answer to my question here