aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Ehlin <eddiex@eddiex.se>2013-02-11 20:52:48 +0100
committerEddie Ehlin <eddiex@eddiex.se>2013-02-11 20:52:48 +0100
commitea5bce8099d735b0058139589b1f1bbe5afb7272 (patch)
tree6b8bba56483edf8013029efd3d79d70da1ee12b5
parentd1a80793aab82ebe7d81491be6dd59398fb61ab7 (diff)
downloadiBean-ea5bce8099d735b0058139589b1f1bbe5afb7272.tar.gz
iBean-ea5bce8099d735b0058139589b1f1bbe5afb7272.zip
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).
-rw-r--r--iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstatebin50262 -> 51012 bytes
-rw-r--r--iBean/iBean.xcodeproj/xcuserdata/eddiex.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist2
-rw-r--r--iBean/iBean/BeanCollectionListViewController.m3
3 files changed, 1 insertions, 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
--- a/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate
+++ b/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstate
Binary files 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">
</FileBreakpoint>
</FileBreakpoints>
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;
}
/*****************************************************