views:

83

answers:

0

what would be the if statement to check to see if an entity attribute (sqlite table) had some data in it? I've been trying this:

if (recipe.image != nil) {

do something

}

thanks