tweaks to reset some of the changes I made for an app that aren't that way in the demo.

This commit is contained in:
Joseph Harnish 2011-06-05 00:37:37 -04:00
parent c449dad6b9
commit a8d5ed347d

View file

@ -26,10 +26,6 @@
return self; return self;
} }
- (void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];
}
// Implement viewDidLoad to do additional setup after loading the view, typically from a nib. // Implement viewDidLoad to do additional setup after loading the view, typically from a nib.
- (void)viewDidLoad { - (void)viewDidLoad {
@ -100,9 +96,7 @@
- (void)buttonTouched:(UIButton *)sender { - (void)buttonTouched:(UIButton *)sender {
//[self.activityIndicator startAnimating];
[self performSelector:@selector(pushDetailViewWithSender:) withObject:sender afterDelay:0]; [self performSelector:@selector(pushDetailViewWithSender:) withObject:sender afterDelay:0];
} }
- (void)pushDetailViewWithSender:(UIButton *)sender { - (void)pushDetailViewWithSender:(UIButton *)sender {