This is a newbie C/Objective-C question :-)
Let say I want a CGRectOne and a CGRectTwo constants.
How can I declare that?
Thanks, Jérémy
Something like this
static CGRect CGRectOne = (CGRect){.origin.x = 1.0f, .origin.y = 1.0f, .size.width = 1.0f, .size.height = 1.0f};