uitableviewcontroller

my searchbar is expanding in landscape mode in simulator but not on device Iphone.

Hi all On simulator when I switch from portrait to landscape in Tableview my searchbar expands. but on device it is not expanding. Any Idea I am very upset due to that. Thanks. ...

Animating Row Deletion in UITableView with CoreData gives Assertion failure

Hi all. I have a UITableView that shows a list of objects stored with CoreData. I can delete an object using the following code: - (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath { if (editingStyle == UITableViewCellEditingStyleDelete) { ...