How can I discard 2 choices out of 4 from my Array of choice
- by Umaid
Actually I have four choice out of which i need to discard to choice on button click like 50/50 , then it will show only 2 choice for user to select out which one is correct and one is wrong
-(IBAction)Rebind:(id)sender {
if (i == [QuizArray count]) {
if([sender tag] == 1)
//if([sender tag] == 1)
{
[self.CorrectArr…