Ok, I'm learning programming for iOS with Stanford's online course on iTunes U (CS193P) but I can't exactly get a hold on how all the stuff from UIView works.
Could someone explain how the following things work cohesively and how I should use them?
CGContextRef CGContext(if they're not the same thing) drawRect awakeFromNib
Thanks in advance!