Closed ghost closed 12 years ago
I had the same issue, in QRadioElement.m change to this:
(void)selected:(QuickDialogTableView )tableView controller:(QuickDialogController )controller indexPath:(NSIndexPath *)path { if (self.sections==nil) return;
QuickDialogController *vc = [[QuickDialogController alloc] initWithRoot:self]; [controller displayViewController:vc]; }
worked for me.
You sir, are a lifesaver. Thankyou.
I am making an app for my mom that uses QuickDialog, and I had it all working, then I decided to move the code to a viewcontroller, now whenever I go to select a value from the radio view, it just pushes the same view again, and again and again. Ill attach a link to my project, if ANYONE can tell me the problem YOU ARE MY LIFESAVER.
http://www.mediafire.com/?uu89165h2jm2foo
Here is the code form the QuickDialogTreatmentController.m