Mercurial > hg > soniczoomios
comparison SliderViewController.mm @ 37:8ed7522deaaa
Interpolation.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Tue, 09 Apr 2013 17:14:31 +0100 |
parents | a42903c61558 |
children | b91a1859829a |
comparison
equal
deleted
inserted
replaced
36:a42903c61558 | 37:8ed7522deaaa |
---|---|
43 - (IBAction)show:(id)sender | 43 - (IBAction)show:(id)sender |
44 { | 44 { |
45 self.theOFAppRef = sender; | 45 self.theOFAppRef = sender; |
46 self.view.hidden = NO; | 46 self.view.hidden = NO; |
47 } | 47 } |
48 - (void)dealloc { | |
49 [_slider1 release]; | |
50 [super dealloc]; | |
51 } | |
52 - (void)viewDidUnload { | |
53 [self setSlider1:nil]; | |
54 [super viewDidUnload]; | |
55 } | |
48 @end | 56 @end |