if ([newMessageEntry text] != @"") { No worky! The condition always comes back true, regardless of if I type anything into newMessageEntry textview. How can I check to see if newMessageEntry actually had some text entered? Thanks!