How to drag a UIButton outlet to the button?
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!
You might use the UIBarButtonItem
.
精彩评论