iOS Methods Flashcards

1
Q

buttonWithType:

A

Creates a button. No need to init/alloc. Inherits from UIButton.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

CGRectMake

A

Returns a rectangle with the specified coordinate and size values. (x,y,w,h)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

addTarget:action:forControlEvents:

A

Can send this to UIBotton object to listen for events

How well did you know this?
1
Not at all
2
3
4
5
Perfectly