tags:

views:

16

answers:

1

I want to enable or disable the button. Is there any way to drag the outlet of UIButton on to the Bar Button? I tried, I could do that. How to enable or disable the button if I can't connection them together?

Thanks!

+1  A: 

You might use the UIBarButtonItem.

Michael Kessler