diff PresetAlertViewController.mm @ 36:a42903c61558

Added sliderview (not operational though)
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Tue, 09 Apr 2013 13:22:28 +0100
parents ab7c86d0f3d8
children
line wrap: on
line diff
--- a/PresetAlertViewController.mm	Mon Apr 08 17:23:13 2013 +0100
+++ b/PresetAlertViewController.mm	Tue Apr 09 13:22:28 2013 +0100
@@ -39,7 +39,7 @@
     alertTextField.placeholder = @"Preset Name";
     [self.alert show];
     self.alertShowing = YES;
-    [self.alert release];
+        // [self.alert release];
 }
 
 - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex{