Skip to content

Instantly share code, notes, and snippets.

@eralpkaraduman
Last active December 20, 2015 09:19
Show Gist options
  • Save eralpkaraduman/6107087 to your computer and use it in GitHub Desktop.
Save eralpkaraduman/6107087 to your computer and use it in GitHub Desktop.
setBackgroundImage
------------------
forState:UIControlStateNormal
forState:UIControlStateSelected
setDividerImage (unselected-unselected)
--------------------------------------
forLeftSegmentState:UIControlStateNormal
rightSegmentState:UIControlStateNormal
setDividerImage (unselected-selected)
-------------------------------------
forLeftSegmentState:UIControlStateSelected
rightSegmentState:UIControlStateNormal
setDividerImage (unselected-selected)
-------------------------------------
forLeftSegmentState:UIControlStateNormal
rightSegmentState:UIControlStateSelected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment