calling button.selected = true
does not fills the entire button frame with tint color.
Expected result
The button should be filled entirely with the tint color in selected state.
Actual result
The tint color only filled the the area around the text in button.
How to fill the entire button frame(area) with the color when the button is in selected(or any other) state?