can anyone plz send me code for if i want to have different no.of colors in every combination.Like for say for red i have (red1,red2,red3),for green i have (green1,green2),and for blue i have (blue1,blue2,blue3,blue4).if i keep equal no of combinations it works fine.but i dont want it that way...
also if i select like say red and red2 or any other combination some action should be performed.Like for red and red2 i have 3 textfields with 3 labels.For green and green3 i have 6 textfields with 6 labels.This should be dynamic on selection. like if i select an option it should display textfields and labels accordingly and should hide other options.and on selecting another option it should display its textfields and labels accordingly. can u plz send me code for the same as am new to objective-c. how would i do that??