views:

107

answers:

1

In some iPhone apps, I've seen buttons that look similar to UIActionSheet buttons (example: End Call button in Phone.app).

I would like one in a UIView that I've made.

Is there a way to do this?

Thanks.

+3  A: 

It simply a UIButton with a scaled image attacked to it. Check out Apple's UICatalog example code, it has one of those buttons in blue. It is a simple technique.

St3fan