diff --git a/Example.xcodeproj/project.pbxproj b/Example.xcodeproj/project.pbxproj index 1453d71..d7d8594 100644 --- a/Example.xcodeproj/project.pbxproj +++ b/Example.xcodeproj/project.pbxproj @@ -32,6 +32,7 @@ 523646911C6F88CF00392180 /* StatefulViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D6451661A64089800108EA3 /* StatefulViewController.swift */; }; 523646921C6F88CF00392180 /* StatefulViewControllerImplementation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DC230DC1BB5BA810083B95A /* StatefulViewControllerImplementation.swift */; }; 523646931C6F88CF00392180 /* ViewStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D6451671A64089800108EA3 /* ViewStateMachine.swift */; }; + D32EF03F2358D27F0001D9B5 /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D32EF03E2358D27F0001D9B5 /* GradientView.swift */; }; D377D48A21D5018800C93544 /* ForegroundViewStoreViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D377D48921D5018800C93544 /* ForegroundViewStoreViewController.swift */; }; /* End PBXBuildFile section */ @@ -98,6 +99,7 @@ 4DE62B0B19B65AF00021630A /* ErrorView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ErrorView.swift; sourceTree = ""; }; 4DE62B0C19B65AF00021630A /* LoadingView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoadingView.swift; sourceTree = ""; }; 523646881C6F87B000392180 /* StatefulViewController.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = StatefulViewController.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + D32EF03E2358D27F0001D9B5 /* GradientView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GradientView.swift; sourceTree = ""; }; D377D48921D5018800C93544 /* ForegroundViewStoreViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ForegroundViewStoreViewController.swift; sourceTree = ""; }; /* End PBXFileReference section */ @@ -202,6 +204,7 @@ 4D0EA4711ECAF83E00139926 /* TableViewController.swift */, 4D0EA4731ECB052000139926 /* CollectionViewController.swift */, D377D48921D5018800C93544 /* ForegroundViewStoreViewController.swift */, + D32EF03E2358D27F0001D9B5 /* GradientView.swift */, 4DE62B0819B65AF00021630A /* PlaceholderViews */, 4DE62AE519B658610021630A /* Main.storyboard */, 4D137EB619C1BE5700AC1050 /* LaunchScreen.xib */, @@ -438,6 +441,7 @@ files = ( 4DE62AE419B658610021630A /* ViewController.swift in Sources */, 4D0EA4721ECAF83E00139926 /* TableViewController.swift in Sources */, + D32EF03F2358D27F0001D9B5 /* GradientView.swift in Sources */, 4DE62B0D19B65AF00021630A /* BasicPlaceholderView.swift in Sources */, D377D48A21D5018800C93544 /* ForegroundViewStoreViewController.swift in Sources */, 4DE62AE219B658610021630A /* AppDelegate.swift in Sources */, @@ -515,7 +519,7 @@ ); INFOPLIST_FILE = StatefulViewController/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = at.allaboutapps.StatefulViewController; PRODUCT_NAME = StatefulViewController; @@ -541,7 +545,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = StatefulViewController/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = at.allaboutapps.StatefulViewController; PRODUCT_NAME = StatefulViewController; @@ -738,7 +742,7 @@ SDKROOT = appletvos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = 3; - TVOS_DEPLOYMENT_TARGET = 9.0; + TVOS_DEPLOYMENT_TARGET = 10.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; @@ -764,7 +768,7 @@ SDKROOT = appletvos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = 3; - TVOS_DEPLOYMENT_TARGET = 9.0; + TVOS_DEPLOYMENT_TARGET = 10.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; diff --git a/Example/Base.lproj/Main.storyboard b/Example/Base.lproj/Main.storyboard index e691035..63f3beb 100644 --- a/Example/Base.lproj/Main.storyboard +++ b/Example/Base.lproj/Main.storyboard @@ -1,11 +1,10 @@ - - - - + + - + + @@ -13,10 +12,6 @@ - - - - @@ -26,14 +21,14 @@ - + - + - - + + - + + @@ -79,11 +75,11 @@ - + - + - + - + - + - + - +