iOS Programming Vocabulary 4
01.11.2015
UIWindow – container for all views.
CALayer
CGRect – not an Objective-C object. Cannot send messages to it. Use CGRectMake(). initWithFrame expects a CGRect, not CGRect *.
bounds – view’s rectangle in its own coordinate system.
frame – same rectangle in its superview’s coordinate system.