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

Jared Gross
2,686 PointsSigning up new users part 2: task 4 or 4
Trying to log the boolean value of succeeded but not getting it right. Any suggestions? cheers!
[newUser signUpInBackgroundWithBlock:^(BOOL succeeded, NSError *error) {}];
NSLog(@"%d",succeeded);
Jared Gross
2,686 PointsJared Gross
2,686 Pointswow. nevermind. haha. I didn't even place it in the block. alls good here!!