ios - How can I create this Switch behavior? -
i want create following selection button pick 2 options "salary" , "hourly wage".
i have images when either (left or right) option selected.
what ui element in ios can use create this? looked switch did not see option on how set custom backgrounds.
obv in code need know option selected also. should treating these 2 separate uibutton
s right next each other?
the control looking uisegmentedcontrol - see apple docs.
Comments
Post a Comment