Простые типы / Boolean

bool sunIsStar = true;
NSString *str = sunIsStar ? @"true" : @"false";
//str is "true"