Questions tagged [uicontrolstate]

31 questions
0
votes
1 answer

Image for UIControlState.Selected does not appear

The title says it all. Here is my code: func createCheckBoxButton(xPos: CGFloat, yPos: CGFloat, tag: Int) -> UIButton { var checkBox = UIButton(frame: CGRect(x: xPos, y: yPos, width: checkBoxSize, height: checkBoxSize)) …
magohamote
  • 1,484
  • 1
  • 17
  • 29
1 2
3