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
I'm trying to change the menu item image after tapping on it, but I can't seem to find a way to do it. Is it possible to do that? or is there any workaround that I should do to make it happen?
Thanks a lot.
The text was updated successfully, but these errors were encountered:
You just need to update the access level of fileprivate var menuButton: UIButton = UIButton() to open then you should be able to update the image of it like expandingMenuButton.menuButton.setImage(UIImage(named: "chooser-moment-icon-thought")!, for: .normal)
Hello,
I'm trying to change the menu item image after tapping on it, but I can't seem to find a way to do it. Is it possible to do that? or is there any workaround that I should do to make it happen?
Thanks a lot.
The text was updated successfully, but these errors were encountered: