Mercurial > hg > soniczoomios
view QuestionnaireViewController.h @ 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 | |
children | e45c3e631d20 |
line wrap: on
line source
// // QuestionnaireViewController.h // oscSenderExample // // Created by Robert Tubb on 16/01/2013. // // #import <UIKit/UIKit.h> @interface QuestionnaireViewController : UIViewController @property (retain, nonatomic) IBOutlet UISegmentedControl *answerPressed; @property (retain, nonatomic) IBOutlet UILabel *questionText; //---------------------------------------------------------------- -(IBAction)hide:(id)sender; //---------------------------------------------------------------- -(IBAction)show:(id)sender; //---------------------------------------------------------------- - (IBAction)nextQuestionPressed:(id)sender; -(void)populateQuestionArray; @end