What does the quotation mark and the colon (?: ternary operator) mean in objective-c?
- by rdesign
Hey guys,
Google just don't want to give me some useful results.
What does this line of code mean?
label.frame = (inPseudoEditMode) ? kLabelIndentedRect : kLabelRect;
The ? and : confuses me.
Thanks a lot!