Whats the point of having these two options/properties and deprecate them?
From Apple docs:
offImage The image displayed while the switch is in the off p
Use UIButton's selected property to use it as a switch. Set images for UIButton's UIControlStateSelected and UIControlStateNormal to customise it.
selected
UIControlStateSelected
UIControlStateNormal