If I have several UIViews that I want to make the same size and
location, can I reuse the same CGRect instance to set each view's
frame, or do I need to create a separate CGRect with the same x, y,
width, and height values to assign to each view?
I have somewhat confusingly seen both of these techniques in sample
code.
Thanks,
Brad