From e5cf58b7ea0ebe1ca95fb0d5c2246bc507a8d680 Mon Sep 17 00:00:00 2001 From: nghialv Date: Sat, 10 Oct 2015 01:08:23 +0900 Subject: [PATCH 1/3] add deselect method --- .../project.pbxproj | 18 ++++++------------ Example/MYTableViewManager/CustomCell.xib | 7 ++++--- Source/Hakuba.swift | 4 ++++ Source/MYTableViewCell.swift | 4 ++++ Source/MYViewModel.swift | 1 + 5 files changed, 19 insertions(+), 15 deletions(-) diff --git a/Example/MYTableViewManager.xcodeproj/project.pbxproj b/Example/MYTableViewManager.xcodeproj/project.pbxproj index 4b10dc3..9186000 100644 --- a/Example/MYTableViewManager.xcodeproj/project.pbxproj +++ b/Example/MYTableViewManager.xcodeproj/project.pbxproj @@ -351,7 +351,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -387,7 +387,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES; @@ -399,7 +399,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = MYTableViewManager/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_NAME = "$(TARGET_NAME)"; }; @@ -410,7 +410,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = MYTableViewManager/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_NAME = "$(TARGET_NAME)"; }; @@ -420,10 +420,7 @@ isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", @@ -439,10 +436,7 @@ isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - ); + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; INFOPLIST_FILE = MYTableViewManagerTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/Example/MYTableViewManager/CustomCell.xib b/Example/MYTableViewManager/CustomCell.xib index 59f63aa..b80d420 100644 --- a/Example/MYTableViewManager/CustomCell.xib +++ b/Example/MYTableViewManager/CustomCell.xib @@ -1,8 +1,8 @@ - + - + @@ -11,9 +11,10 @@ + -