Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[SOPT] 3주차 과제 날씨 앱 클론 코딩" #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
40 changes: 26 additions & 14 deletions seminar2-assignment/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,24 +1,36 @@
//
// AppDelegate.swift
// seminar2-assignment
//
// Created by Hyori Choi on 10/21/23.
//

import UIKit

@main
class AppDelegate: UIResponder, UIApplicationDelegate {

var window: UIWindow?


func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
window = UIWindow(frame: UIScreen.main.bounds)

let navigationController = UINavigationController() // UINavigationController 생성
let viewController = ViewController() // ViewController 생성
navigationController.viewControllers = [viewController] // ViewController를 UINavigationController에 설정

window?.rootViewController = navigationController // UINavigationController를 루트 뷰 컨트롤러로 설정
window?.makeKeyAndVisible()





// Override point for customization after application launch.
return true
}

// MARK: UISceneSession Lifecycle

func application(_ application: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration {
// Called when a new scene session is being created.
// Use this method to select a configuration to create the new scene with.
return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role)
}

func application(_ application: UIApplication, didDiscardSceneSessions sceneSessions: Set<UISceneSession>) {
// Called when the user discards a scene session.
// If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions.
// Use this method to release any resources that were specific to the discarded scenes, as they will not return.
}


}

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"images" : [
{
"filename" : "weather-2021-12-07.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
Expand Down
Binary file not shown.
23 changes: 0 additions & 23 deletions seminar2-assignment/Assets.xcassets/Moon.imageset/Contents.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
23 changes: 0 additions & 23 deletions seminar2-assignment/Assets.xcassets/find.imageset/Contents.json

This file was deleted.

3 changes: 0 additions & 3 deletions seminar2-assignment/Assets.xcassets/find.imageset/Frame 8.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
23 changes: 0 additions & 23 deletions seminar2-assignment/Assets.xcassets/list.imageset/Contents.json

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
23 changes: 0 additions & 23 deletions seminar2-assignment/Assets.xcassets/map.imageset/Contents.json

This file was deleted.

3 changes: 0 additions & 3 deletions seminar2-assignment/Assets.xcassets/map.imageset/Frame 9.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
23 changes: 0 additions & 23 deletions seminar2-assignment/Assets.xcassets/more.imageset/Contents.json

This file was deleted.

3 changes: 0 additions & 3 deletions seminar2-assignment/Assets.xcassets/more.imageset/Frame 7.svg

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
23 changes: 0 additions & 23 deletions seminar2-assignment/Assets.xcassets/now.imageset/Contents.json

This file was deleted.

3 changes: 0 additions & 3 deletions seminar2-assignment/Assets.xcassets/now.imageset/Frame 10.svg
Diff not rendered.
Diff not rendered.
Diff not rendered.
23 changes: 0 additions & 23 deletions seminar2-assignment/Assets.xcassets/one.imageset/Contents.json

This file was deleted.

3 changes: 0 additions & 3 deletions seminar2-assignment/Assets.xcassets/one.imageset/Frame 11.svg
Diff not rendered.
Diff not rendered.
Diff not rendered.
23 changes: 0 additions & 23 deletions seminar2-assignment/Assets.xcassets/rain.imageset/Contents.json

This file was deleted.

3 changes: 0 additions & 3 deletions seminar2-assignment/Assets.xcassets/rain.imageset/Frame 3.svg
Diff not rendered.
Diff not rendered.
Diff not rendered.
23 changes: 0 additions & 23 deletions seminar2-assignment/Assets.xcassets/sunRain.imageset/Contents.json

This file was deleted.

Diff not rendered.
Diff not rendered.
Diff not rendered.
23 changes: 0 additions & 23 deletions seminar2-assignment/Assets.xcassets/thunder.imageset/Contents.json

This file was deleted.

Diff not rendered.
Diff not rendered.
Diff not rendered.
Loading