diff options
11 files changed, 75 insertions, 1 deletions
diff --git a/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Content.imageset/Contents.json b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..c34c9b5 --- /dev/null +++ b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,13 @@ +{ + "images" : [ + { + "filename" : "iOS Logo.png", + "idiom" : "vision", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Content.imageset/iOS Logo.png b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Content.imageset/iOS Logo.png Binary files differnew file mode 100644 index 0000000..82e2679 --- /dev/null +++ b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Content.imageset/iOS Logo.png diff --git a/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Contents.json b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Back.solidimagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Contents.json b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Contents.json new file mode 100644 index 0000000..950af4d --- /dev/null +++ b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Contents.json @@ -0,0 +1,17 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "layers" : [ + { + "filename" : "Front.solidimagestacklayer" + }, + { + "filename" : "Middle.solidimagestacklayer" + }, + { + "filename" : "Back.solidimagestacklayer" + } + ] +} diff --git a/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Content.imageset/Contents.json b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..c34c9b5 --- /dev/null +++ b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,13 @@ +{ + "images" : [ + { + "filename" : "iOS Logo.png", + "idiom" : "vision", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Content.imageset/iOS Logo.png b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Content.imageset/iOS Logo.png Binary files differnew file mode 100644 index 0000000..82e2679 --- /dev/null +++ b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Content.imageset/iOS Logo.png diff --git a/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Contents.json b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Front.solidimagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Content.imageset/Contents.json b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..c34c9b5 --- /dev/null +++ b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,13 @@ +{ + "images" : [ + { + "filename" : "iOS Logo.png", + "idiom" : "vision", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Content.imageset/iOS Logo.png b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Content.imageset/iOS Logo.png Binary files differnew file mode 100644 index 0000000..82e2679 --- /dev/null +++ b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Content.imageset/iOS Logo.png diff --git a/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Contents.json b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/iGopherBrowser/Assets.xcassets/AppIcon.solidimagestack/Middle.solidimagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/iGopherBrowser/BrowserView.swift b/iGopherBrowser/BrowserView.swift index e7f7dd3..885d5fa 100644 --- a/iGopherBrowser/BrowserView.swift +++ b/iGopherBrowser/BrowserView.swift @@ -149,7 +149,7 @@ struct BrowserView: View { } }.id(topID) - .background(Color.white) + //.background(Color.white) .cornerRadius(10) .onChange(of: scrollToTop) { // TODO: Cleanup |