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:
parent
c449dad6b9
commit
a8d5ed347d
1 changed files with 0 additions and 6 deletions
|
@ -26,10 +26,6 @@
|
|||
return self;
|
||||
}
|
||||
|
||||
- (void)viewWillAppear:(BOOL)animated {
|
||||
[super viewWillAppear:animated];
|
||||
}
|
||||
|
||||
|
||||
// Implement viewDidLoad to do additional setup after loading the view, typically from a nib.
|
||||
- (void)viewDidLoad {
|
||||
|
@ -100,9 +96,7 @@
|
|||
|
||||
|
||||
- (void)buttonTouched:(UIButton *)sender {
|
||||
//[self.activityIndicator startAnimating];
|
||||
[self performSelector:@selector(pushDetailViewWithSender:) withObject:sender afterDelay:0];
|
||||
|
||||
}
|
||||
|
||||
- (void)pushDetailViewWithSender:(UIButton *)sender {
|
||||
|
|
Reference in a new issue