diff --git a/iOS_Study_B.xcodeproj/project.pbxproj b/iOS_Study_B.xcodeproj/project.pbxproj index 9763af9..1fc9748 100644 --- a/iOS_Study_B.xcodeproj/project.pbxproj +++ b/iOS_Study_B.xcodeproj/project.pbxproj @@ -7,22 +7,48 @@ objects = { /* Begin PBXBuildFile section */ + 2D3282532ADAF4E700F8E29E /* recomandProductTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D3282512ADAF4E700F8E29E /* recomandProductTableViewCell.swift */; }; + 2D3282542ADAF4E700F8E29E /* recomandProductTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2D3282522ADAF4E700F8E29E /* recomandProductTableViewCell.xib */; }; + 2D3282592ADAF76A00F8E29E /* CollectionTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D3282572ADAF76A00F8E29E /* CollectionTableViewCell.swift */; }; + 2D32825A2ADAF76A00F8E29E /* CollectionTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2D3282582ADAF76A00F8E29E /* CollectionTableViewCell.xib */; }; + 2D32825C2ADAF95E00F8E29E /* IMG_2963 2.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 2D32825B2ADAF95E00F8E29E /* IMG_2963 2.jpg */; }; + 2D32825F2ADC1FAC00F8E29E /* RecomandCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D32825D2ADC1FAC00F8E29E /* RecomandCollectionViewCell.swift */; }; + 2D3282602ADC1FAC00F8E29E /* RecomandCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2D32825E2ADC1FAC00F8E29E /* RecomandCollectionViewCell.xib */; }; + 2D51EC742ACF257A0059FC70 /* LifeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D51EC732ACF257A0059FC70 /* LifeViewController.swift */; }; + 2D51EC762ACF25A30059FC70 /* LocationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D51EC752ACF25A30059FC70 /* LocationViewController.swift */; }; + 2D51EC782ACF25B10059FC70 /* ChatingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D51EC772ACF25B10059FC70 /* ChatingViewController.swift */; }; + 2D51EC7A2ACF25E90059FC70 /* MyViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D51EC792ACF25E90059FC70 /* MyViewController.swift */; }; + 2DE6B52A2AD70EDB001CF60B /* ProductTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6B5282AD70EDB001CF60B /* ProductTableViewCell.swift */; }; + 2DE6B52B2AD70EDB001CF60B /* ProductTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2DE6B5292AD70EDB001CF60B /* ProductTableViewCell.xib */; }; + 2DFBB35B2AD6E6BB005143A4 /* IMG_2962.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 2DFBB35A2AD6E6BA005143A4 /* IMG_2962.jpg */; }; + 2DFBB3612AD6EEB6005143A4 /* HomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DFBB3602AD6EEB6005143A4 /* HomeViewController.swift */; }; 954B6B812AC57DAA00FDCFAB /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954B6B802AC57DAA00FDCFAB /* AppDelegate.swift */; }; 954B6B832AC57DAA00FDCFAB /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954B6B822AC57DAA00FDCFAB /* SceneDelegate.swift */; }; - 954B6B852AC57DAA00FDCFAB /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954B6B842AC57DAA00FDCFAB /* ViewController.swift */; }; 954B6B882AC57DAA00FDCFAB /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 954B6B862AC57DAA00FDCFAB /* Main.storyboard */; }; 954B6B8A2AC57DAB00FDCFAB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 954B6B892AC57DAB00FDCFAB /* Assets.xcassets */; }; - 954B6B8D2AC57DAB00FDCFAB /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 954B6B8B2AC57DAB00FDCFAB /* LaunchScreen.storyboard */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 2D3282512ADAF4E700F8E29E /* recomandProductTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = recomandProductTableViewCell.swift; sourceTree = ""; }; + 2D3282522ADAF4E700F8E29E /* recomandProductTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = recomandProductTableViewCell.xib; sourceTree = ""; }; + 2D3282572ADAF76A00F8E29E /* CollectionTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollectionTableViewCell.swift; sourceTree = ""; }; + 2D3282582ADAF76A00F8E29E /* CollectionTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CollectionTableViewCell.xib; sourceTree = ""; }; + 2D32825B2ADAF95E00F8E29E /* IMG_2963 2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "IMG_2963 2.jpg"; sourceTree = ""; }; + 2D32825D2ADC1FAC00F8E29E /* RecomandCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecomandCollectionViewCell.swift; sourceTree = ""; }; + 2D32825E2ADC1FAC00F8E29E /* RecomandCollectionViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = RecomandCollectionViewCell.xib; sourceTree = ""; }; + 2D51EC732ACF257A0059FC70 /* LifeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LifeViewController.swift; sourceTree = ""; }; + 2D51EC752ACF25A30059FC70 /* LocationViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationViewController.swift; sourceTree = ""; }; + 2D51EC772ACF25B10059FC70 /* ChatingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatingViewController.swift; sourceTree = ""; }; + 2D51EC792ACF25E90059FC70 /* MyViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyViewController.swift; sourceTree = ""; }; + 2DE6B5282AD70EDB001CF60B /* ProductTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductTableViewCell.swift; sourceTree = ""; }; + 2DE6B5292AD70EDB001CF60B /* ProductTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ProductTableViewCell.xib; sourceTree = ""; }; + 2DFBB35A2AD6E6BA005143A4 /* IMG_2962.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = IMG_2962.jpg; sourceTree = ""; }; + 2DFBB3602AD6EEB6005143A4 /* HomeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeViewController.swift; sourceTree = ""; }; 954B6B7D2AC57DAA00FDCFAB /* iOS_Study_B.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iOS_Study_B.app; sourceTree = BUILT_PRODUCTS_DIR; }; 954B6B802AC57DAA00FDCFAB /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 954B6B822AC57DAA00FDCFAB /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; - 954B6B842AC57DAA00FDCFAB /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; 954B6B872AC57DAA00FDCFAB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 954B6B892AC57DAB00FDCFAB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 954B6B8C2AC57DAB00FDCFAB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; 954B6B8E2AC57DAB00FDCFAB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ @@ -37,6 +63,38 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 2D3282562ADAF73E00F8E29E /* collectionCell */ = { + isa = PBXGroup; + children = ( + 2D3282572ADAF76A00F8E29E /* CollectionTableViewCell.swift */, + 2D3282582ADAF76A00F8E29E /* CollectionTableViewCell.xib */, + 2D32825D2ADC1FAC00F8E29E /* RecomandCollectionViewCell.swift */, + 2D32825E2ADC1FAC00F8E29E /* RecomandCollectionViewCell.xib */, + ); + path = collectionCell; + sourceTree = ""; + }; + 2DE6B5262AD70EA1001CF60B /* Home */ = { + isa = PBXGroup; + children = ( + 2DE6B5272AD70EB5001CF60B /* homeTable */, + 2DFBB3602AD6EEB6005143A4 /* HomeViewController.swift */, + ); + path = Home; + sourceTree = ""; + }; + 2DE6B5272AD70EB5001CF60B /* homeTable */ = { + isa = PBXGroup; + children = ( + 2D3282512ADAF4E700F8E29E /* recomandProductTableViewCell.swift */, + 2D3282522ADAF4E700F8E29E /* recomandProductTableViewCell.xib */, + 2DE6B5282AD70EDB001CF60B /* ProductTableViewCell.swift */, + 2DE6B5292AD70EDB001CF60B /* ProductTableViewCell.xib */, + 2D3282562ADAF73E00F8E29E /* collectionCell */, + ); + path = homeTable; + sourceTree = ""; + }; 954B6B742AC57DAA00FDCFAB = { isa = PBXGroup; children = ( @@ -56,13 +114,18 @@ 954B6B7F2AC57DAA00FDCFAB /* iOS_Study_B */ = { isa = PBXGroup; children = ( + 2DE6B5262AD70EA1001CF60B /* Home */, 954B6B802AC57DAA00FDCFAB /* AppDelegate.swift */, 954B6B822AC57DAA00FDCFAB /* SceneDelegate.swift */, - 954B6B842AC57DAA00FDCFAB /* ViewController.swift */, + 2D51EC752ACF25A30059FC70 /* LocationViewController.swift */, + 2D51EC772ACF25B10059FC70 /* ChatingViewController.swift */, + 2D51EC792ACF25E90059FC70 /* MyViewController.swift */, + 2D51EC732ACF257A0059FC70 /* LifeViewController.swift */, 954B6B862AC57DAA00FDCFAB /* Main.storyboard */, 954B6B892AC57DAB00FDCFAB /* Assets.xcassets */, - 954B6B8B2AC57DAB00FDCFAB /* LaunchScreen.storyboard */, 954B6B8E2AC57DAB00FDCFAB /* Info.plist */, + 2DFBB35A2AD6E6BA005143A4 /* IMG_2962.jpg */, + 2D32825B2ADAF95E00F8E29E /* IMG_2963 2.jpg */, ); path = iOS_Study_B; sourceTree = ""; @@ -125,9 +188,14 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 954B6B8D2AC57DAB00FDCFAB /* LaunchScreen.storyboard in Resources */, 954B6B8A2AC57DAB00FDCFAB /* Assets.xcassets in Resources */, + 2D32825A2ADAF76A00F8E29E /* CollectionTableViewCell.xib in Resources */, + 2D32825C2ADAF95E00F8E29E /* IMG_2963 2.jpg in Resources */, + 2DE6B52B2AD70EDB001CF60B /* ProductTableViewCell.xib in Resources */, + 2DFBB35B2AD6E6BB005143A4 /* IMG_2962.jpg in Resources */, 954B6B882AC57DAA00FDCFAB /* Main.storyboard in Resources */, + 2D3282542ADAF4E700F8E29E /* recomandProductTableViewCell.xib in Resources */, + 2D3282602ADC1FAC00F8E29E /* RecomandCollectionViewCell.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -138,8 +206,16 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 954B6B852AC57DAA00FDCFAB /* ViewController.swift in Sources */, + 2D51EC762ACF25A30059FC70 /* LocationViewController.swift in Sources */, + 2DE6B52A2AD70EDB001CF60B /* ProductTableViewCell.swift in Sources */, + 2D3282532ADAF4E700F8E29E /* recomandProductTableViewCell.swift in Sources */, + 2D32825F2ADC1FAC00F8E29E /* RecomandCollectionViewCell.swift in Sources */, + 2D51EC782ACF25B10059FC70 /* ChatingViewController.swift in Sources */, + 2D51EC7A2ACF25E90059FC70 /* MyViewController.swift in Sources */, + 2D3282592ADAF76A00F8E29E /* CollectionTableViewCell.swift in Sources */, 954B6B812AC57DAA00FDCFAB /* AppDelegate.swift in Sources */, + 2D51EC742ACF257A0059FC70 /* LifeViewController.swift in Sources */, + 2DFBB3612AD6EEB6005143A4 /* HomeViewController.swift in Sources */, 954B6B832AC57DAA00FDCFAB /* SceneDelegate.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -155,14 +231,6 @@ name = Main.storyboard; sourceTree = ""; }; - 954B6B8B2AC57DAB00FDCFAB /* LaunchScreen.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 954B6B8C2AC57DAB00FDCFAB /* Base */, - ); - name = LaunchScreen.storyboard; - sourceTree = ""; - }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ diff --git a/iOS_Study_B/Assets.xcassets/homeTable/Contents.json b/iOS_Study_B/Assets.xcassets/homeTable/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/iOS_Study_B/Assets.xcassets/homeTable/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git "a/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.33.imageset/Contents.json" "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.33.imageset/Contents.json" new file mode 100644 index 0000000..d458c90 --- /dev/null +++ "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.33.imageset/Contents.json" @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "스크린샷 2023-10-11 오전 1.35.33.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git "a/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.33.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.33.png" "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.33.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.33.png" new file mode 100644 index 0000000..61b5d52 Binary files /dev/null and "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.33.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.33.png" differ diff --git "a/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.39.imageset/Contents.json" "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.39.imageset/Contents.json" new file mode 100644 index 0000000..7868de2 --- /dev/null +++ "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.39.imageset/Contents.json" @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "스크린샷 2023-10-11 오전 1.35.39.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git "a/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.39.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.39.png" "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.39.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.39.png" new file mode 100644 index 0000000..bb6b35c Binary files /dev/null and "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.39.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.39.png" differ diff --git "a/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.47.imageset/Contents.json" "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.47.imageset/Contents.json" new file mode 100644 index 0000000..bce7056 --- /dev/null +++ "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.47.imageset/Contents.json" @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "스크린샷 2023-10-11 오전 1.35.47.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git "a/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.47.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.47.png" "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.47.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.47.png" new file mode 100644 index 0000000..f2c8578 Binary files /dev/null and "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.47.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.47.png" differ diff --git "a/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.55.imageset/Contents.json" "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.55.imageset/Contents.json" new file mode 100644 index 0000000..48b0ee9 --- /dev/null +++ "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.55.imageset/Contents.json" @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "스크린샷 2023-10-11 오전 1.35.55.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git "a/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.55.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.55.png" "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.55.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.55.png" new file mode 100644 index 0000000..ea76172 Binary files /dev/null and "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.55.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.35.55.png" differ diff --git "a/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.52.48.imageset/Contents.json" "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.52.48.imageset/Contents.json" new file mode 100644 index 0000000..00ef0d4 --- /dev/null +++ "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.52.48.imageset/Contents.json" @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "스크린샷 2023-10-15 오전 12.52.48.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git "a/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.52.48.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.52.48.png" "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.52.48.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.52.48.png" new file mode 100644 index 0000000..b7c8eda Binary files /dev/null and "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.52.48.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.52.48.png" differ diff --git "a/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.52.59.imageset/Contents.json" "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.52.59.imageset/Contents.json" new file mode 100644 index 0000000..5d54046 --- /dev/null +++ "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.52.59.imageset/Contents.json" @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "스크린샷 2023-10-15 오전 12.52.59.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git "a/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.52.59.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.52.59.png" "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.52.59.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.52.59.png" new file mode 100644 index 0000000..0efd6dc Binary files /dev/null and "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.52.59.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.52.59.png" differ diff --git "a/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.53.10.imageset/Contents.json" "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.53.10.imageset/Contents.json" new file mode 100644 index 0000000..d784833 --- /dev/null +++ "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.53.10.imageset/Contents.json" @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "스크린샷 2023-10-15 오전 12.53.10.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git "a/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.53.10.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.53.10.png" "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.53.10.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.53.10.png" new file mode 100644 index 0000000..4b36d3f Binary files /dev/null and "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.53.10.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.53.10.png" differ diff --git "a/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.53.18.imageset/Contents.json" "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.53.18.imageset/Contents.json" new file mode 100644 index 0000000..9d81ce3 --- /dev/null +++ "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.53.18.imageset/Contents.json" @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "스크린샷 2023-10-15 오전 12.53.18.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git "a/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.53.18.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.53.18.png" "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.53.18.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.53.18.png" new file mode 100644 index 0000000..3d556b2 Binary files /dev/null and "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.53.18.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.53.18.png" differ diff --git "a/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.54.01.imageset/Contents.json" "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.54.01.imageset/Contents.json" new file mode 100644 index 0000000..cfaada1 --- /dev/null +++ "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.54.01.imageset/Contents.json" @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "스크린샷 2023-10-15 오전 12.54.01.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git "a/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.54.01.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.54.01.png" "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.54.01.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.54.01.png" new file mode 100644 index 0000000..207555a Binary files /dev/null and "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.54.01.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.54.01.png" differ diff --git "a/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.54.46.imageset/Contents.json" "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.54.46.imageset/Contents.json" new file mode 100644 index 0000000..955cc8a --- /dev/null +++ "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.54.46.imageset/Contents.json" @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "스크린샷 2023-10-15 오전 12.54.46.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git "a/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.54.46.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.54.46.png" "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.54.46.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.54.46.png" new file mode 100644 index 0000000..4839c5f Binary files /dev/null and "b/iOS_Study_B/Assets.xcassets/homeTable/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.54.46.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-15 \354\230\244\354\240\204 12.54.46.png" differ diff --git a/iOS_Study_B/Assets.xcassets/tabbarimage/Contents.json b/iOS_Study_B/Assets.xcassets/tabbarimage/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/iOS_Study_B/Assets.xcassets/tabbarimage/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git "a/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.21.49.imageset/Contents.json" "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.21.49.imageset/Contents.json" new file mode 100644 index 0000000..8b2cb9c --- /dev/null +++ "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.21.49.imageset/Contents.json" @@ -0,0 +1,24 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "스크린샷 2023-10-11 오전 1.21.49.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "template-rendering-intent" : "original" + } +} diff --git "a/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.21.49.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.21.49.png" "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.21.49.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.21.49.png" new file mode 100644 index 0000000..919373e Binary files /dev/null and "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.21.49.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.21.49.png" differ diff --git "a/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.01.imageset/Contents.json" "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.01.imageset/Contents.json" new file mode 100644 index 0000000..8429e37 --- /dev/null +++ "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.01.imageset/Contents.json" @@ -0,0 +1,24 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "스크린샷 2023-10-11 오전 1.22.01.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "template-rendering-intent" : "original" + } +} diff --git "a/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.01.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.01.png" "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.01.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.01.png" new file mode 100644 index 0000000..2a437b2 Binary files /dev/null and "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.01.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.01.png" differ diff --git "a/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.07.imageset/Contents.json" "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.07.imageset/Contents.json" new file mode 100644 index 0000000..8ecd4a9 --- /dev/null +++ "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.07.imageset/Contents.json" @@ -0,0 +1,24 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "스크린샷 2023-10-11 오전 1.22.07.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "template-rendering-intent" : "original" + } +} diff --git "a/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.07.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.07.png" "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.07.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.07.png" new file mode 100644 index 0000000..805cc24 Binary files /dev/null and "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.07.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.07.png" differ diff --git "a/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.13.imageset/Contents.json" "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.13.imageset/Contents.json" new file mode 100644 index 0000000..72d5f7a --- /dev/null +++ "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.13.imageset/Contents.json" @@ -0,0 +1,24 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "스크린샷 2023-10-11 오전 1.22.13.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "template-rendering-intent" : "original" + } +} diff --git "a/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.13.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.13.png" "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.13.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.13.png" new file mode 100644 index 0000000..0010925 Binary files /dev/null and "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.13.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.13.png" differ diff --git "a/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.19.imageset/Contents.json" "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.19.imageset/Contents.json" new file mode 100644 index 0000000..5e19135 --- /dev/null +++ "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.19.imageset/Contents.json" @@ -0,0 +1,24 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "스크린샷 2023-10-11 오전 1.22.19.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "template-rendering-intent" : "original" + } +} diff --git "a/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.19.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.19.png" "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.19.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.19.png" new file mode 100644 index 0000000..e83e546 Binary files /dev/null and "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.19.imageset/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.19.png" differ diff --git "a/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.48.png" "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.48.png" new file mode 100644 index 0000000..1f4fa6a Binary files /dev/null and "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.48.png" differ diff --git "a/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.54.png" "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.54.png" new file mode 100644 index 0000000..f126dd3 Binary files /dev/null and "b/iOS_Study_B/Assets.xcassets/tabbarimage/\354\212\244\355\201\254\353\246\260\354\203\267 2023-10-11 \354\230\244\354\240\204 1.22.54.png" differ diff --git a/iOS_Study_B/Base.lproj/LaunchScreen.storyboard b/iOS_Study_B/Base.lproj/LaunchScreen.storyboard deleted file mode 100644 index 865e932..0000000 --- a/iOS_Study_B/Base.lproj/LaunchScreen.storyboard +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/iOS_Study_B/Base.lproj/Main.storyboard b/iOS_Study_B/Base.lproj/Main.storyboard index 25a7638..8076275 100644 --- a/iOS_Study_B/Base.lproj/Main.storyboard +++ b/iOS_Study_B/Base.lproj/Main.storyboard @@ -1,24 +1,295 @@ - + + - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iOS_Study_B/ChatingViewController.swift b/iOS_Study_B/ChatingViewController.swift new file mode 100644 index 0000000..73c34bc --- /dev/null +++ b/iOS_Study_B/ChatingViewController.swift @@ -0,0 +1,29 @@ +// +// ChatingViewController.swift +// iOS_Study_B +// +// Created by 정민지 on 2023/10/06. +// + +import UIKit + +class ChatingViewController: UIViewController { + + override func viewDidLoad() { + super.viewDidLoad() + + // Do any additional setup after loading the view. + } + + + /* + // MARK: - Navigation + + // In a storyboard-based application, you will often want to do a little preparation before navigation + override func prepare(for segue: UIStoryboardSegue, sender: Any?) { + // Get the new view controller using segue.destination. + // Pass the selected object to the new view controller. + } + */ + +} diff --git a/iOS_Study_B/Home/HomeViewController.swift b/iOS_Study_B/Home/HomeViewController.swift new file mode 100644 index 0000000..f077727 --- /dev/null +++ b/iOS_Study_B/Home/HomeViewController.swift @@ -0,0 +1,195 @@ +// +// HomeViewController.swift +// iOS_Study_B +// +// Created by 정민지 on 2023/10/11. +// + +import UIKit + +class HomeViewController: UIViewController { + @IBOutlet weak var verticalscrollView: UIScrollView! + @IBOutlet weak var tableView: UITableView! + + override func viewDidLoad() { + super.viewDidLoad() + + tableView.delegate = self + tableView.dataSource = self + tableView.separatorStyle = .none + + let PDNib = UINib(nibName: "ProductTableViewCell", bundle: nil) + tableView.register(PDNib, forCellReuseIdentifier: "ProductTableViewCell") + + let recomandNib = UINib(nibName: "recomandProductTableViewCell", bundle: nil) + tableView.register(recomandNib, forCellReuseIdentifier: "recomandProductTableViewCell") +// Do any additional setup after loading the view. + } + +} + +extension HomeViewController : UITableViewDelegate, UITableViewDataSource { + func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int + {return 7} + + func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { + if indexPath.row == 0 { + guard let cell = tableView.dequeueReusableCell(withIdentifier: "ProductTableViewCell", for: indexPath) as? ProductTableViewCell else { + return UITableViewCell() + } + //1.사진 교체 + cell.imageViewProduct.image = UIImage(named: "스크린샷 2023-10-11 오전 1.35.33") + //2.상품이름 교체 + cell.labelPDName.text = "[급구] 50만원 제공! 쿵야 레스토랑\n에서 시식 알바 구함니다. ^^-🧅" + //3.상품판매 위치 교체 + cell.labelPDlocation.text = "당근알바﹒이벤트" + //4.현재 상태 숨기기 + cell.buttonCurrentPD.isHidden = true + //5.상품가격 숨기기 + cell.labelPDPrice.isHidden = true + //6.채팅, 채팅 수 숨기기 + cell.buttonIsChat.isHidden = true + cell.labelChatNumber.isHidden = true + //7.하트, 하트 수 숨기기 + cell.buttonIsHeart.isHidden = true + cell.labelHeartNumber.isHidden = true + return cell + } else if indexPath.row == 1 { + guard let cell = tableView.dequeueReusableCell(withIdentifier: "ProductTableViewCell", for: indexPath) as? ProductTableViewCell else { + return UITableViewCell() + } + return cell + } + else if indexPath.row == 2 { + guard let cell = tableView.dequeueReusableCell(withIdentifier: "ProductTableViewCell", for: indexPath) as? ProductTableViewCell else { + return UITableViewCell() + } + //1.사진 교체 + cell.imageViewProduct.image = UIImage(named: "스크린샷 2023-10-11 오전 1.35.47") + //2.상품이름 교체 + cell.labelPDName.text = "에어팟 맥스 스페이스그레이 S급\n판매합니다." + //3.상품판매 위치 교체 + cell.labelPDlocation.text = "서울특별시 양천구﹒3시간전" + //4.현재 상태 삭제 + cell.buttonCurrentPD?.removeFromSuperview() + //5.상품가격 교체 + cell.labelPDPrice.text = "490,000원" + //6.채팅 수 교체 + cell.labelChatNumber.text = "1" + //7.하트 수 교체 + cell.labelHeartNumber.text = "4" + //8. 상품가격 위치 이동 + cell.labelPDPrice.translatesAutoresizingMaskIntoConstraints = false + cell.contentView.addSubview(cell.labelPDPrice) + + if let labelPDPrice = cell.labelPDPrice { + let leadingConstraint = NSLayoutConstraint(item: labelPDPrice, attribute: .leading, relatedBy: .equal, toItem: cell.labelPDName, attribute: .leading, multiplier: 1.0, constant: 5) + let topConstraint = NSLayoutConstraint(item: labelPDPrice, attribute: .top, relatedBy: .equal, toItem: cell.labelPDlocation, attribute: .bottom, multiplier: 1.0, constant: 5) + + cell.contentView.addConstraints([leadingConstraint, topConstraint]) + } + return cell + + + } else if indexPath.row == 3 { + guard let cell = tableView.dequeueReusableCell(withIdentifier: "ProductTableViewCell", for: indexPath) as? ProductTableViewCell else { + return UITableViewCell() + } + //1.사진 교체 + cell.imageViewProduct.image = UIImage(named: "스크린샷 2023-10-11 오전 1.35.55") + //2.상품이름 교체 + cell.labelPDName.text = "[S급]에어팟 맥스 스페이스 그레이\n풀박 판매합니다." + //3.상품판매 위치 교체 + cell.labelPDlocation.text = "서울특별시 양천구﹒1일전" + //4.현재 상태 삭제 + cell.buttonCurrentPD.removeFromSuperview() + //5.상품가격 교체 + cell.labelPDPrice.text = "550,000원" + //6.채팅 수 교체 + cell.labelChatNumber.text = "1" + //7.하트 수 교체 + cell.labelHeartNumber.text = "7" + //8. 상품가격 위치 이동 + cell.labelPDPrice.translatesAutoresizingMaskIntoConstraints = false + cell.contentView.addSubview(cell.labelPDPrice) + + if let labelPDPrice = cell.labelPDPrice { + let leadingConstraint = NSLayoutConstraint(item: labelPDPrice, attribute: .leading, relatedBy: .equal, toItem: cell.labelPDName, attribute: .leading, multiplier: 1.0, constant: 5) + let topConstraint = NSLayoutConstraint(item: labelPDPrice, attribute: .top, relatedBy: .equal, toItem: cell.labelPDlocation, attribute: .bottom, multiplier: 1.0, constant: 5) + + cell.contentView.addConstraints([leadingConstraint, topConstraint]) + } + return cell + } + else if indexPath.row == 4 { + guard let cell2 = tableView.dequeueReusableCell(withIdentifier: "recomandProductTableViewCell", for: indexPath) as? recomandProductTableViewCell else { + return UITableViewCell() + } + return cell2 + + } + else if indexPath.row == 5 { + guard let cell = tableView.dequeueReusableCell(withIdentifier: "ProductTableViewCell", for: indexPath) as? ProductTableViewCell else { + return UITableViewCell() + + } + //1.사진 교체 + cell.imageViewProduct.image = UIImage(named: "스크린샷 2023-10-15 오전 12.53.10") + //2.상품이름 교체 + cell.labelPDName.text = "에어팟맥스 실버 (미개봉)" + //3.상품판매 위치 교체 + cell.labelPDlocation.text = "서울특별시 구로구﹒5시간전" + //5.상품가격 교체 + cell.labelPDPrice.text = "600,000원" + //6.채팅 수 교체 + cell.labelChatNumber.text = "4" + //7.하트 수 교체 + cell.buttonIsHeart?.removeFromSuperview() + cell.labelHeartNumber?.removeFromSuperview() + //8. 상품가격 위치 이동 + cell.labelChatNumber.translatesAutoresizingMaskIntoConstraints = false + cell.contentView.addSubview(cell.labelChatNumber) + + if let labelChatNumber = cell.labelChatNumber { + let leadingConstraint = NSLayoutConstraint(item: labelChatNumber, attribute: .trailing, relatedBy: .equal, toItem: cell.contentView, attribute: .trailing, multiplier: 1.0, constant: -15) + let topConstraint = NSLayoutConstraint(item: labelChatNumber, attribute: .bottom, relatedBy: .equal, toItem: cell.contentView, attribute: .bottom, multiplier: 1.0, constant: 15) + + cell.contentView.addConstraints([leadingConstraint, topConstraint]) + } + return cell + } else if indexPath.row == 6 { + guard let cell = tableView.dequeueReusableCell(withIdentifier: "ProductTableViewCell", for: indexPath) as? ProductTableViewCell else { + return UITableViewCell() + } + //1.사진 교체 + cell.imageViewProduct.image = UIImage(named: "스크린샷 2023-10-15 오전 12.53.18") + //2.상품이름 교체 + cell.labelPDName.text = "메가하이볼!!" + //3.상품판매 위치 교체 + cell.labelPDlocation.text = "광영동﹒추천소식" + //4.현재 상태 숨기기 + cell.buttonCurrentPD.isHidden = true + //5.상품가격 숨기기 + cell.labelPDPrice.isHidden = true + //6.채팅, 채팅 수 숨기기 + cell.buttonIsChat.isHidden = true + cell.labelChatNumber.isHidden = true + //7.하트, 하트 수 숨기기 + cell.buttonIsHeart.isHidden = true + cell.labelHeartNumber.isHidden = true + + return cell + } + return UITableViewCell() + } + + func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat { + if indexPath.row == 4 { + return 284 + } else { + return 142 + + } + } + } + diff --git a/iOS_Study_B/Home/homeTable/ProductTableViewCell.swift b/iOS_Study_B/Home/homeTable/ProductTableViewCell.swift new file mode 100644 index 0000000..b527a06 --- /dev/null +++ b/iOS_Study_B/Home/homeTable/ProductTableViewCell.swift @@ -0,0 +1,35 @@ +// +// ProductTableViewCell.swift +// iOS_Study_B +// +// Created by 정민지 on 2023/10/12. +// + +import UIKit + +class ProductTableViewCell: UITableViewCell { + @IBOutlet weak var imageViewProduct: UIImageView! + @IBOutlet weak var labelPDName: UILabel! + @IBOutlet weak var labelPDlocation: UILabel! + @IBOutlet weak var buttonCurrentPD: UIButton! + @IBOutlet weak var labelPDPrice: UILabel! + @IBOutlet weak var buttonIsChat: UIButton! + @IBOutlet weak var labelChatNumber: UILabel! + @IBOutlet weak var buttonIsHeart: UIButton! + @IBOutlet weak var labelHeartNumber: UILabel! + + override func awakeFromNib() { + super.awakeFromNib() + // Initialization code + imageViewProduct.layer.cornerRadius = 10 + imageViewProduct.clipsToBounds = true + buttonCurrentPD.layer.cornerRadius = 3 + } + + override func setSelected(_ selected: Bool, animated: Bool) { + super.setSelected(selected, animated: animated) + + // Configure the view for the selected state + } + +} diff --git a/iOS_Study_B/Home/homeTable/ProductTableViewCell.xib b/iOS_Study_B/Home/homeTable/ProductTableViewCell.xib new file mode 100644 index 0000000..106181e --- /dev/null +++ b/iOS_Study_B/Home/homeTable/ProductTableViewCell.xib @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iOS_Study_B/Home/homeTable/collectionCell/CollectionTableViewCell.swift b/iOS_Study_B/Home/homeTable/collectionCell/CollectionTableViewCell.swift new file mode 100644 index 0000000..9d9aca6 --- /dev/null +++ b/iOS_Study_B/Home/homeTable/collectionCell/CollectionTableViewCell.swift @@ -0,0 +1,26 @@ +// +// CollectionTableViewCell.swift +// iOS_Study_B +// +// Created by 정민지 on 2023/10/15. +// + +import UIKit + +class CollectionTableViewCell: UITableViewCell { + @IBOutlet weak var CollectionimageViewProduct: UIImageView! + @IBOutlet weak var labelCollectionPDName: UILabel! + @IBOutlet weak var labelCollectionPDPrice: UILabel! + + override func awakeFromNib() { + super.awakeFromNib() + // Initialization code + } + + override func setSelected(_ selected: Bool, animated: Bool) { + super.setSelected(selected, animated: animated) + + // Configure the view for the selected state + } + +} diff --git a/iOS_Study_B/Home/homeTable/collectionCell/CollectionTableViewCell.xib b/iOS_Study_B/Home/homeTable/collectionCell/CollectionTableViewCell.xib new file mode 100644 index 0000000..3dbf881 --- /dev/null +++ b/iOS_Study_B/Home/homeTable/collectionCell/CollectionTableViewCell.xib @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iOS_Study_B/Home/homeTable/collectionCell/RecomandCollectionViewCell.swift b/iOS_Study_B/Home/homeTable/collectionCell/RecomandCollectionViewCell.swift new file mode 100644 index 0000000..69cf75f --- /dev/null +++ b/iOS_Study_B/Home/homeTable/collectionCell/RecomandCollectionViewCell.swift @@ -0,0 +1,25 @@ +// +// RecomandCollectionViewCell.swift +// iOS_Study_B +// +// Created by 정민지 on 2023/10/15. +// + +import UIKit + +class RecomandCollectionViewCell: UICollectionViewCell { + + @IBOutlet weak var RecomandCollectionViewImg: UIImageView! + @IBOutlet weak var RecomandCollectoinViewTitle: UILabel! + @IBOutlet weak var RecomandCollectionViewPrice: UILabel! + + override func awakeFromNib() { + super.awakeFromNib() + + // Initialization code + RecomandCollectionViewImg.layer.cornerRadius = 10 + RecomandCollectionViewImg.clipsToBounds = true + } + + +} diff --git a/iOS_Study_B/Home/homeTable/collectionCell/RecomandCollectionViewCell.xib b/iOS_Study_B/Home/homeTable/collectionCell/RecomandCollectionViewCell.xib new file mode 100644 index 0000000..0b29dab --- /dev/null +++ b/iOS_Study_B/Home/homeTable/collectionCell/RecomandCollectionViewCell.xib @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iOS_Study_B/Home/homeTable/recomandProductTableViewCell.swift b/iOS_Study_B/Home/homeTable/recomandProductTableViewCell.swift new file mode 100644 index 0000000..0509017 --- /dev/null +++ b/iOS_Study_B/Home/homeTable/recomandProductTableViewCell.swift @@ -0,0 +1,87 @@ +// +// recomandProductTableViewCell.swift +// iOS_Study_B +// +// Created by 정민지 on 2023/10/15. +// + +import UIKit + +class recomandProductTableViewCell:UITableViewCell { + + @IBOutlet weak var labelCollectionTitle: UILabel! + @IBOutlet weak var buttonLookCollection: UIButton! + @IBOutlet weak var scrollview: UIScrollView! + @IBOutlet weak var RecomandCollectionView: UICollectionView! + + var model = [String]() + + override func awakeFromNib() { + super.awakeFromNib() + + let layout = UICollectionViewFlowLayout() + layout.scrollDirection = .horizontal + RecomandCollectionView.collectionViewLayout = layout + + RecomandCollectionView.delegate = self + RecomandCollectionView.dataSource = self + + RecomandCollectionView.register(UINib(nibName: "RecomandCollectionViewCell", bundle: nil), forCellWithReuseIdentifier: "RecomandCollectionViewCell") + // Initialization code + } + + + + override func setSelected(_ selected: Bool, animated: Bool) { + super.setSelected(selected, animated: animated) + + // Configure the view for the selected state + } + +} + +extension recomandProductTableViewCell: UICollectionViewDataSource, UICollectionViewDelegate, UICollectionViewDelegateFlowLayout{ + func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {return 4} + + func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell { + guard let cell = RecomandCollectionView.dequeueReusableCell(withReuseIdentifier: "RecomandCollectionViewCell", for: indexPath) as? RecomandCollectionViewCell else { + return UICollectionViewCell() + } + + if indexPath.row == 0 { + //1. 사진 교체 + cell.RecomandCollectionViewImg.image = UIImage(named:"스크린샷 2023-10-15 오전 12.54.46") + //2. 상품명 교체 + cell.RecomandCollectoinViewTitle.text = "곰돌이 모양 틀 얼음 판매, 새 것" + //3. 상품 가격 교체 + cell.RecomandCollectionViewPrice.text = "3,000원" + } + if indexPath.row == 2 { + //1. 사진 교체 + cell.RecomandCollectionViewImg.image = UIImage(named:"스크린샷 2023-10-15 오전 12.52.59") + //2. 상품명 교체 + cell.RecomandCollectoinViewTitle.text = "얼음 트레이 소 (얼음판)/개당 판매합니다." + //3. 상품 가격 교체 + cell.RecomandCollectionViewPrice.text = "1,000원" + } + if indexPath.row == 3 { + //1. 사진 교체 + cell.RecomandCollectionViewImg.image = UIImage(named:"스크린샷 2023-10-15 오전 12.54.01") + //2. 상품명 교체 + cell.RecomandCollectoinViewTitle.text = "실리콘얼음틀" + //3. 상품 가격 교체 + cell.RecomandCollectionViewPrice.text = "2,000원" + } + return cell + } + + func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize { + return CGSize(width: 138, height: 233) + } + + func collectionView(_ collectionView: UICollectionView, + layout collectionViewLayout: UICollectionViewLayout, + minimumLineSpacingForSectionAt section: Int) -> CGFloat { + return 13 + } +} diff --git a/iOS_Study_B/Home/homeTable/recomandProductTableViewCell.xib b/iOS_Study_B/Home/homeTable/recomandProductTableViewCell.xib new file mode 100644 index 0000000..6f4c97b --- /dev/null +++ b/iOS_Study_B/Home/homeTable/recomandProductTableViewCell.xib @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iOS_Study_B/IMG_2962.jpg b/iOS_Study_B/IMG_2962.jpg new file mode 100644 index 0000000..86887dd Binary files /dev/null and b/iOS_Study_B/IMG_2962.jpg differ diff --git a/iOS_Study_B/IMG_2963 2.jpg b/iOS_Study_B/IMG_2963 2.jpg new file mode 100644 index 0000000..3e613d4 Binary files /dev/null and b/iOS_Study_B/IMG_2963 2.jpg differ diff --git a/iOS_Study_B/LifeViewController.swift b/iOS_Study_B/LifeViewController.swift new file mode 100644 index 0000000..96663d9 --- /dev/null +++ b/iOS_Study_B/LifeViewController.swift @@ -0,0 +1,29 @@ +// +// LifeViewController.swift +// iOS_Study_B +// +// Created by 정민지 on 2023/10/06. +// + +import UIKit + +class LifeViewController: UIViewController { + + override func viewDidLoad() { + super.viewDidLoad() + + // Do any additional setup after loading the view. + } + + + /* + // MARK: - Navigation + + // In a storyboard-based application, you will often want to do a little preparation before navigation + override func prepare(for segue: UIStoryboardSegue, sender: Any?) { + // Get the new view controller using segue.destination. + // Pass the selected object to the new view controller. + } + */ + +} diff --git a/iOS_Study_B/LocationViewController.swift b/iOS_Study_B/LocationViewController.swift new file mode 100644 index 0000000..94dbe88 --- /dev/null +++ b/iOS_Study_B/LocationViewController.swift @@ -0,0 +1,29 @@ +// +// LocationViewController.swift +// iOS_Study_B +// +// Created by 정민지 on 2023/10/06. +// + +import UIKit + +class LocationViewController: UIViewController { + + override func viewDidLoad() { + super.viewDidLoad() + + // Do any additional setup after loading the view. + } + + + /* + // MARK: - Navigation + + // In a storyboard-based application, you will often want to do a little preparation before navigation + override func prepare(for segue: UIStoryboardSegue, sender: Any?) { + // Get the new view controller using segue.destination. + // Pass the selected object to the new view controller. + } + */ + +} diff --git a/iOS_Study_B/MyViewController.swift b/iOS_Study_B/MyViewController.swift new file mode 100644 index 0000000..9817f49 --- /dev/null +++ b/iOS_Study_B/MyViewController.swift @@ -0,0 +1,29 @@ +// +// MyViewController.swift +// iOS_Study_B +// +// Created by 정민지 on 2023/10/06. +// + +import UIKit + +class MyViewController: UIViewController { + + override func viewDidLoad() { + super.viewDidLoad() + + // Do any additional setup after loading the view. + } + + + /* + // MARK: - Navigation + + // In a storyboard-based application, you will often want to do a little preparation before navigation + override func prepare(for segue: UIStoryboardSegue, sender: Any?) { + // Get the new view controller using segue.destination. + // Pass the selected object to the new view controller. + } + */ + +} diff --git a/iOS_Study_B/ViewController.swift b/iOS_Study_B/ViewController.swift deleted file mode 100644 index f3577b5..0000000 --- a/iOS_Study_B/ViewController.swift +++ /dev/null @@ -1,19 +0,0 @@ -// -// ViewController.swift -// iOS_Study_B -// -// Created by 박지윤 on 2023/09/28. -// - -import UIKit - -class ViewController: UIViewController { - - override func viewDidLoad() { - super.viewDidLoad() - // Do any additional setup after loading the view. - } - - -} -