From ea5bce8099d735b0058139589b1f1bbe5afb7272 Mon Sep 17 00:00:00 2001 From: Eddie Ehlin Date: Mon, 11 Feb 2013 20:52:48 +0100 Subject: Bug fix: When setting bean collection list in edit mode and switch to another view and back, it is still in edit mode (as the other table views in the app). --- .../UserInterfaceState.xcuserstate | Bin 50262 -> 51012 bytes .../xcdebugger/Breakpoints.xcbkptlist | 2 +- iBean/iBean/BeanCollectionListViewController.m | 3 --- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate b/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate index c07ccef..3a993b4 100644 Binary files a/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate and b/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/iBean/iBean.xcodeproj/xcuserdata/eddiex.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist b/iBean/iBean.xcodeproj/xcuserdata/eddiex.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist index eb98d15..c2f8927 100644 --- a/iBean/iBean.xcodeproj/xcuserdata/eddiex.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist +++ b/iBean/iBean.xcodeproj/xcuserdata/eddiex.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist @@ -143,7 +143,7 @@ endingColumnNumber = "9223372036854775807" startingLineNumber = "18" endingLineNumber = "18" - landmarkName = "+bottomShadowToTableView:" + landmarkName = "+bottomShadowForTableView:" landmarkType = "5"> diff --git a/iBean/iBean/BeanCollectionListViewController.m b/iBean/iBean/BeanCollectionListViewController.m index ebcb7e7..3f84aed 100644 --- a/iBean/iBean/BeanCollectionListViewController.m +++ b/iBean/iBean/BeanCollectionListViewController.m @@ -161,9 +161,6 @@ { [self.tableView reloadData]; } - - //Reset editing state - self.editing = NO; } /***************************************************** -- cgit v1.2.3