There are four data types that the developers mostly use in Objective – C.
- BOOL – It represents a Boolean value that is true or false.
- NSInteger – It represents an Integer.
- NSString – It represents a string.
- Cgfloat – It represents a floating-point value.