Skip to content

Commit

Permalink
Merge pull request #6 from DO-SOPT-iOS-Part/feat/#5
Browse files Browse the repository at this point in the history
4주차 기본 과제&심화 과제 구현
  • Loading branch information
kim-seonwoo authored Nov 23, 2023
2 parents 8856d25 + 1f5d3c1 commit aad0903
Show file tree
Hide file tree
Showing 60 changed files with 2,169 additions and 258 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ xcuserdata/
**/xcshareddata/WorkspaceSettings.xcsettings

# End of https://www.toptal.com/developers/gitignore/api/macos,xcode,swiftpackagemanager

# .gitignore
Config.plist
Config.plist
1 change: 1 addition & 0 deletions assignment1/assignment1/Applications/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// Created by Seonwoo Kim on 2023/10/15.
//


import UIKit

class SceneDelegate: UIResponder, UIWindowSceneDelegate {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "sun.max.svg",
"idiom" : "universal"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,12 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "01n.svg",
"idiom" : "universal"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "cloud.sun.fill.svg",
"idiom" : "universal"
}
]
}
Loading

0 comments on commit aad0903

Please sign in to comment.