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