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

iOS Build a Self-Destructing Message iPhone App Relating Users in Parse.com Adding the Edit Friends Screen

Todd Hoff
PLUS
Todd Hoff
Courses Plus Student 159 Points

The Edit button on the Friends screen is not hooked up so pressing on the Edit button doesn't do anything.

None

Once you have added the Bar Button Item on your navigation bar, simply drag and drop from the edit bar button you have just inserted to the view controller you would like to go to when you press the edit button. Choose Push for the type of segue, or Show for XCode6 and up.

1 Answer

I had a similar issue. Make sure your the screen to which the edit button is pushing is a "table view controller".