Mercurial > hg > wabletios
annotate PresetAlertViewController.h @ 14:4ba81a12b008
Fixed OSC crash.
Fixed really nasty clipping with less nasty clipping.
V1.2
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Mon, 14 Jul 2014 16:26:30 +0100 |
parents | 274864620848 |
children |
rev | line source |
---|---|
rt300@11 | 1 // |
rt300@11 | 2 // iViewController.h |
rt300@11 | 3 // oscSenderExample |
rt300@11 | 4 // |
rt300@11 | 5 // Created by Robert Tubb on 07/01/2013. |
rt300@11 | 6 // |
rt300@11 | 7 // |
rt300@11 | 8 |
rt300@11 | 9 #import <Foundation/Foundation.h> |
rt300@11 | 10 |
rt300@11 | 11 |
rt300@11 | 12 |
rt300@11 | 13 @interface PresetAlertViewController : NSObject <UIAlertViewDelegate,UITextFieldDelegate> |
rt300@11 | 14 @property BOOL alertShowing; |
rt300@11 | 15 - (void)showPresetNamePrompt; |
rt300@11 | 16 @property (strong,nonatomic) UIAlertView * alert; |
rt300@11 | 17 @end |
rt300@11 | 18 |