buttonWithType:
Creates a button. No need to init/alloc. Inherits from UIButton.
CGRectMake
Returns a rectangle with the specified coordinate and size values. (x,y,w,h)
addTarget:action:forControlEvents:
Can send this to UIBotton object to listen for events