Skip to content

Commit

Permalink
feat: 썸네일 이미지 인덱스 뷰 구현
Browse files Browse the repository at this point in the history
Issue: #38
  • Loading branch information
corykim0829 committed Apr 28, 2020
1 parent 71741dc commit 4674a76
Show file tree
Hide file tree
Showing 6 changed files with 279 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ios/SideDishApp/SideDishApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
1086E9822A6C8F6DE6E91752 /* Pods_SideDishApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F73413738BBF5BACBA69C851 /* Pods_SideDishApp.framework */; };
3812772124574FAC000BDF82 /* ThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3812772024574FAC000BDF82 /* ThumbnailViewController.swift */; };
381D92FA245174C30067C07A /* DetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 381D92F9245174C30067C07A /* DetailViewController.swift */; };
3825BC732458B798004F5DE0 /* ImageIndexStackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3825BC722458B798004F5DE0 /* ImageIndexStackView.swift */; };
385E343A2452016B00931F8B /* NetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 385E34392452016B00931F8B /* NetworkManager.swift */; };
3868CC4D244F17F6008DEC81 /* PriceLabelsStackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3868CC4C244F17F6008DEC81 /* PriceLabelsStackView.swift */; };
3868CC4F244F18E3008DEC81 /* OriginalPriceLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3868CC4E244F18E3008DEC81 /* OriginalPriceLabel.swift */; };
Expand Down Expand Up @@ -43,6 +44,7 @@
1358D50A20262260DC847020 /* Pods-SideDishApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SideDishApp.debug.xcconfig"; path = "Target Support Files/Pods-SideDishApp/Pods-SideDishApp.debug.xcconfig"; sourceTree = "<group>"; };
3812772024574FAC000BDF82 /* ThumbnailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThumbnailViewController.swift; sourceTree = "<group>"; };
381D92F9245174C30067C07A /* DetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailViewController.swift; sourceTree = "<group>"; };
3825BC722458B798004F5DE0 /* ImageIndexStackView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageIndexStackView.swift; sourceTree = "<group>"; };
385E34392452016B00931F8B /* NetworkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkManager.swift; sourceTree = "<group>"; };
3868CC4C244F17F6008DEC81 /* PriceLabelsStackView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PriceLabelsStackView.swift; sourceTree = "<group>"; };
3868CC4E244F18E3008DEC81 /* OriginalPriceLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OriginalPriceLabel.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -205,6 +207,7 @@
children = (
38D7B8FA2451BCCD00F71799 /* OrderButton.swift */,
38BB4B062458102300B86451 /* DetailImagesStackView.swift */,
3825BC722458B798004F5DE0 /* ImageIndexStackView.swift */,
);
path = Detail;
sourceTree = "<group>";
Expand Down Expand Up @@ -362,6 +365,7 @@
files = (
38E2FCD52457456400817780 /* ThumbnailsPageViewController.swift in Sources */,
388C14AF244E936E003323F2 /* SideDishProductsViewController.swift in Sources */,
3825BC732458B798004F5DE0 /* ImageIndexStackView.swift in Sources */,
3868CC4F244F18E3008DEC81 /* OriginalPriceLabel.swift in Sources */,
38E2FCD32456F4E300817780 /* Detail.swift in Sources */,
388C14C2244EBD53003323F2 /* ProductCell.swift in Sources */,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"symbols" : [
{
"idiom" : "universal",
"filename" : "circle.fill.svg"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading

0 comments on commit 4674a76

Please sign in to comment.