L ljg93 macrumors member Original poster Jun 22, 2011 #1 hey My application calls for different types of buttons for example like multiple choice buttons. How can I go about making these?
hey My application calls for different types of buttons for example like multiple choice buttons. How can I go about making these?
S Shawnpk macrumors 6502 Jun 22, 2011 #2 ljg93 said: hey My application calls for different types of buttons for example like multiple choice buttons. How can I go about making these? Click to expand... You can do this many ways. Use different instances of UIButton or use a segmented control.
ljg93 said: hey My application calls for different types of buttons for example like multiple choice buttons. How can I go about making these? Click to expand... You can do this many ways. Use different instances of UIButton or use a segmented control.
jnoxx macrumors 65816 Jun 23, 2011 #3 If you used google, you wouldve seen there is a library for RadioButtons.. I have extended those, to render it better and consume less memory, but it's exactly what u want. gl.
If you used google, you wouldve seen there is a library for RadioButtons.. I have extended those, to render it better and consume less memory, but it's exactly what u want. gl.