Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions TipsAppClone.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"TipsAppClone/Preview Content\"";
DEVELOPMENT_TEAM = "";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
Expand Down Expand Up @@ -436,6 +437,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"TipsAppClone/Preview Content\"";
DEVELOPMENT_TEAM = "";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
Expand Down
8 changes: 8 additions & 0 deletions TipsAppClone/Models/ButtonItem.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//
// ButtonItem.swift
// TipsAppClone
//
// Created by Choi Jung In on 5/3/25.
//

import Foundation
8 changes: 8 additions & 0 deletions TipsAppClone/Models/DetailItem.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//
// DetailItem.swift
// TipsAppClone
//
// Created by Choi Jung In on 5/3/25.
//

import Foundation
8 changes: 8 additions & 0 deletions TipsAppClone/Models/MainItem.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//
// Item.swift
// TipsAppClone
//
// Created by Choi Jung In on 5/2/25.
//

import Foundation
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "Image_2.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "Image_3.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "Image_4.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "Image_5.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "Image_6.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "image_1.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion TipsAppClone/TipsAppCloneApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import SwiftUI
struct TipsAppCloneApp: App {
var body: some Scene {
WindowGroup {
ContentView()
MainView()
}
}
}
8 changes: 8 additions & 0 deletions TipsAppClone/Utils/Colors.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//
// Colors.swift
// TipsAppClone
//
// Created by Choi Jung In on 5/2/25.
//

import Foundation
8 changes: 8 additions & 0 deletions TipsAppClone/ViewModels/DetailViewModel.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//
// DetailViewModel.swift
// TipsAppClone
//
// Created by Choi Jung In on 5/3/25.
//

import Foundation
8 changes: 8 additions & 0 deletions TipsAppClone/ViewModels/MainViewModel.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//
// MainViewModel.swift
// TipsAppClone
//
// Created by Choi Jung In on 5/2/25.
//

import Foundation
8 changes: 8 additions & 0 deletions TipsAppClone/ViewModels/SubViewModel.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//
// SubViewModel.swift
// TipsAppClone
//
// Created by Choi Jung In on 5/3/25.
//

import Foundation
8 changes: 8 additions & 0 deletions TipsAppClone/Views/DetailView.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//
// ImageView.swift
// TipsAppClone
//
// Created by Choi Jung In on 5/2/25.
//

import Foundation
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import SwiftUI

struct ContentView: View {
struct MainView: View {
var body: some View {
VStack {
Image(systemName: "globe")
Expand All @@ -18,7 +18,3 @@ struct ContentView: View {
.padding()
}
}

#Preview {
ContentView()
}
8 changes: 8 additions & 0 deletions TipsAppClone/Views/SubView.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//
// SubView.swift
// TipsAppClone
//
// Created by Choi Jung In on 5/2/25.
//

import Foundation