Mercurial > hg > tweakathon2ios
comparison IntroViewController.mm @ 32:75202498bee9
perform mode (no guides at all)
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Tue, 25 Nov 2014 17:03:33 +0000 |
parents | 953db6518738 |
children | 80112c9349c4 |
comparison
equal
deleted
inserted
replaced
31:a677c027e3a0 | 32:75202498bee9 |
---|---|
58 } | 58 } |
59 - (IBAction)enterSearchMode:(id)sender { | 59 - (IBAction)enterSearchMode:(id)sender { |
60 ((testApp *)self.theOFAppRef)->interfaceSelected(self.interfaceSelection); | 60 ((testApp *)self.theOFAppRef)->interfaceSelected(self.interfaceSelection); |
61 ((testApp *)self.theOFAppRef)->introHidden(3); | 61 ((testApp *)self.theOFAppRef)->introHidden(3); |
62 } | 62 } |
63 - (IBAction)enterPerformMode:(id)sender { | |
64 ((testApp *)self.theOFAppRef)->interfaceSelected(self.interfaceSelection); | |
65 ((testApp *)self.theOFAppRef)->introHidden(4); | |
66 } | |
63 | 67 |
64 - (IBAction)show:(id)sender | 68 - (IBAction)show:(id)sender |
65 { | 69 { |
66 self.theOFAppRef = sender; | 70 self.theOFAppRef = sender; |
67 self.view.hidden = NO; | 71 self.view.hidden = NO; |