Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Searching for uiswitch for ios 7 with text or image options [closed]

iOS 7 brings us switches without text at all, removing any effect of "onImage" and "offImage" properties we had in iOS 6. I've tried to use DCRoundSwitch.. but it crashes the app. Has anyone found a successful replacement for a UISwitch that has text (in my case, "YES"/"NO").

like image 350
user1435707 Avatar asked Sep 30 '13 23:09

user1435707


1 Answers

You have many alternative of UISwitch:

  1. Cocoacontrols search switch

  2. code4app switch section

like image 87
CRDave Avatar answered Oct 10 '22 04:10

CRDave