Skip to content

Commit

Permalink
no buttons on TextFieldEditingViewController by default
Browse files Browse the repository at this point in the history
  • Loading branch information
huddletech committed May 21, 2010
1 parent bf971c3 commit 6fa5f5b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ViewControllers/TextFieldEditingViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ - (id)initWithStyle:(UITableViewStyle)style
return self;
}

- (void)viewDidLoad
{
self.topRightButton = [self doneButtonItem];
[super viewDidLoad];
}

-(IBAction)textFieldDone:(id)sender
{
UITableViewCell *cell = (UITableViewCell *)[[(UIView *)sender superview] superview];
Expand Down

0 comments on commit 6fa5f5b

Please sign in to comment.