Mercurial > hg > soniczoomios
comparison iViewController.mm @ 15:e45c3e631d20
View fiddling
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Thu, 17 Jan 2013 13:01:19 +0000 |
parents | 6a9191f5b269 |
children |
comparison
equal
deleted
inserted
replaced
14:6a9191f5b269 | 15:e45c3e631d20 |
---|---|
85 NSLog(@"Dialog title didn't match anything"); | 85 NSLog(@"Dialog title didn't match anything"); |
86 } | 86 } |
87 | 87 |
88 } | 88 } |
89 | 89 |
90 | |
90 - (BOOL)alertViewShouldEnableFirstOtherButton:(UIAlertView *)alertView | 91 - (BOOL)alertViewShouldEnableFirstOtherButton:(UIAlertView *)alertView |
91 { | 92 { |
92 UITextField *textField = [alertView textFieldAtIndex:0]; | 93 UITextField *textField = [alertView textFieldAtIndex:0]; |
93 if ([textField.text length] == 0) | 94 if ([textField.text length] == 0) |
94 { | 95 { |