Tag Archives: UIBarButtonItem

How to change a UIBarButtonItem in the iphone toolbar

I recently needed to add a custom button to the iPhone toolbar but it needed to have state. Specifically, I needed the ability to enable and disable it based on some conditions. I implemented this using two images for the button – one for enabled and one for disabled. First, add the button to the [...]
Posted in Software | Also tagged , | 3 Comments