You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is definetly something that we will need to fix. The underlying reason is that we cannot use a barbutton item directly and instead create a UIButton from it. As a work-around you should simply set the items array again.
I added a UIBarButtonItem to a hover bar. In the UIBarButtonItem's IBAction method, I changed the image of the UIBarButtonItem:
But the image doesn't change when I tap on the UIBarButtonItem!
I know I can do this as a workaround:
But can you fix this bug?
The text was updated successfully, but these errors were encountered: