Mercurial > hg > soniczoomios
diff iViewController.mm @ 14:6a9191f5b269
Questionnaire view started function basic
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Wed, 16 Jan 2013 19:03:51 +0000 |
parents | 346807b47860 |
children | e45c3e631d20 |
line wrap: on
line diff
--- a/iViewController.mm Wed Jan 16 15:33:13 2013 +0000 +++ b/iViewController.mm Wed Jan 16 19:03:51 2013 +0000 @@ -44,7 +44,7 @@ [alert show]; [alert release]; } - +/* - (void)showQuestionPrompt:(NSString *)question{ UIAlertView * alert = [[UIAlertView alloc] initWithTitle:@"Save" message:@"Are you mad?" @@ -55,6 +55,7 @@ [alert show]; [alert release]; } + */ // shheet - only one delegate fnc // we're actually overriding alertViews function here?