Reputation: 1341
I have a ScrollView with multiple Subviews and somewhere down there two UIButtons. They are not covered by a different UIView and they are perfectly visible.
The problem now is that the buttons are working, but they are not getting the "pressed" look like all other buttons.
Is there a possibility to trigger that "pressed" animation manually or is there another workaround?
Upvotes: 0
Views: 100
Reputation: 116
Make sure for those buttons in the Attributes inspector the "Type" is set to "System"
Upvotes: 1