aboutsummaryrefslogtreecommitdiffstats
path: root/iBean/iBean.xcodeproj
diff options
context:
space:
mode:
authorEddie Ehlin <eddiex@eddiex.se>2013-02-23 20:24:52 +0100
committerEddie Ehlin <eddiex@eddiex.se>2013-02-23 20:24:52 +0100
commit82597d57da2befa7df899ec0e30f637178364e16 (patch)
tree24ab3e5d8f28e2f20a686fc2be24f806ad4fe7e0 /iBean/iBean.xcodeproj
parent06fcd32c074dd7413d54d1025276040128264fdf (diff)
downloadiBean-82597d57da2befa7df899ec0e30f637178364e16.tar.gz
iBean-82597d57da2befa7df899ec0e30f637178364e16.zip
Solved render bug for bean extraction view. Whole view is now based on UITableView and utilizing the footer view support for rendering the note. However, there is one minor issue but it is only visible when having so many beans that the tableview requires scrolling to reach the note (footerinsection shadow)
Diffstat (limited to 'iBean/iBean.xcodeproj')
-rw-r--r--iBean/iBean.xcodeproj/project.pbxproj6
-rw-r--r--iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad/UserInterfaceState.xcuserstatebin51543 -> 50741 bytes
2 files changed, 0 insertions, 6 deletions
diff --git a/iBean/iBean.xcodeproj/project.pbxproj b/iBean/iBean.xcodeproj/project.pbxproj
index f2f8088..7e41fc4 100644
--- a/iBean/iBean.xcodeproj/project.pbxproj
+++ b/iBean/iBean.xcodeproj/project.pbxproj
@@ -46,7 +46,6 @@
0276254816B5BC5300EE2F4E /* ThresholdCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0276254716B5BC5300EE2F4E /* ThresholdCell.m */; };
02E557AE16A9C1E40080FBBA /* BeanCollectionExtractionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 02E557AD16A9C1E40080FBBA /* BeanCollectionExtractionViewController.m */; };
02E557B116A9CFB50080FBBA /* BeanCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 02E557B016A9CFB50080FBBA /* BeanCell.m */; };
- 02E557BA16AC85A20080FBBA /* BeanCollectionExtractionScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 02E557B916AC85A20080FBBA /* BeanCollectionExtractionScrollView.m */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
@@ -116,8 +115,6 @@
02E557AD16A9C1E40080FBBA /* BeanCollectionExtractionViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeanCollectionExtractionViewController.m; sourceTree = "<group>"; };
02E557AF16A9CFB50080FBBA /* BeanCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeanCell.h; sourceTree = "<group>"; };
02E557B016A9CFB50080FBBA /* BeanCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeanCell.m; sourceTree = "<group>"; };
- 02E557B816AC85A20080FBBA /* BeanCollectionExtractionScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeanCollectionExtractionScrollView.h; sourceTree = "<group>"; };
- 02E557B916AC85A20080FBBA /* BeanCollectionExtractionScrollView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeanCollectionExtractionScrollView.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -349,8 +346,6 @@
02E557B016A9CFB50080FBBA /* BeanCell.m */,
02E557AC16A9C1E40080FBBA /* BeanCollectionExtractionViewController.h */,
02E557AD16A9C1E40080FBBA /* BeanCollectionExtractionViewController.m */,
- 02E557B816AC85A20080FBBA /* BeanCollectionExtractionScrollView.h */,
- 02E557B916AC85A20080FBBA /* BeanCollectionExtractionScrollView.m */,
);
name = BeanCollectionExtraction;
sourceTree = "<group>";
@@ -441,7 +436,6 @@
024F676D16A4A61D004A1201 /* InstantExtractionViewController.m in Sources */,
02E557AE16A9C1E40080FBBA /* BeanCollectionExtractionViewController.m in Sources */,
02E557B116A9CFB50080FBBA /* BeanCell.m in Sources */,
- 02E557BA16AC85A20080FBBA /* BeanCollectionExtractionScrollView.m in Sources */,
0276253916B58D6000EE2F4E /* SettingsViewController.m in Sources */,
0276253C16B59E4C00EE2F4E /* Configuration.m in Sources */,
0276254216B5A64000EE2F4E /* ThresholdListViewController.m in Sources */,
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 ca9b272..1ef6ee7 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