I have an NS_ENUM that holds the status of a checklist. The two properties are Pending and Completed.
NS_ENUM
Pending
Completed
typedef NS_ENUM (N
You can't explicitly convert, since BOOL isn't a primitive type. Check if the desired output is a string "false"/"true" instead of actualy values of t/f
BOOL