For some weird reason, seguieing back to a view controller changes the userInteractionEnabled
of my view's subview _settingsButton
which is of UIButton
type. I want to know why this happens. After setting a breakpoint in the view controller's code, I attempt to do this:
But I have no idea how to access an instance variable of the _settingsButton
property of my view controller. How do I do this?