UIBarButton style buttons outside of a toolbar
Is there an easy way to get a UIBarButton style button (like the done, edit, cancel buttons) outside of a toolbar? I remember being able to do it in the earliest versions of the SDK but they changed them to UIBarButtonItems that can only be on a toolbar now. There are several places where I would like to use them outside of a toolbar and I was wondering if any of you knew of an easy way to do this, like style a UIButton like this. I figure I could use a background image but that doesn't seem very efficient.
Thanks.
|