L ljg93 macrumors member Original poster Mar 13, 2011 98 0 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 Jan 13, 2011 350 0 Los Angeles, CA 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 Dec 29, 2010 1,343 0 Aartselaar // Antwerp // Belgium 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.