Mercurial > hg > soniczoomios
comparison BottomTabViewController.h @ 35:790939017078
V0.5. Now uses new continuous hilbert curve. HOORAY.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Mon, 08 Apr 2013 17:23:13 +0100 |
parents | f42a00e3f22d |
children |
comparison
equal
deleted
inserted
replaced
34:94df2cd72d7b | 35:790939017078 |
---|---|
13 @property (nonatomic, assign) id theOFAppRef; | 13 @property (nonatomic, assign) id theOFAppRef; |
14 @property (retain, nonatomic) IBOutlet UISegmentedControl *interfaceSelector; | 14 @property (retain, nonatomic) IBOutlet UISegmentedControl *interfaceSelector; |
15 | 15 |
16 | 16 |
17 -(IBAction)show:(id)sender; | 17 -(IBAction)show:(id)sender; |
18 -(IBAction)show:(id)sender withSelection:(NSInteger)sel; | |
18 -(void)setAppRef:(id)theOFApp; | 19 -(void)setAppRef:(id)theOFApp; |
19 - (IBAction)interfaceSelected:(id)sender; | 20 - (IBAction)interfaceSelected:(id)sender; |
20 | 21 |
21 @end | 22 @end |