diff --git a/sample/Hackbook/Hackbook/RootViewController.m b/sample/Hackbook/Hackbook/RootViewController.m index 4883dea0da..3eecf696c5 100644 --- a/sample/Hackbook/Hackbook/RootViewController.m +++ b/sample/Hackbook/Hackbook/RootViewController.m @@ -325,7 +325,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier]; if (cell == nil) { cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:CellIdentifier] autorelease]; - cell.selectionStyle = UITableViewCellEditingStyleNone; + cell.selectionStyle = UITableViewCellSelectionStyleNone; } //create the button