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
13 changes: 12 additions & 1 deletion Weather-App/Weather-App/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,18 @@ class AppDelegate: UIResponder, UIApplicationDelegate {


func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.

/* ========= 폰트 이름 확인 =========
for family in UIFont.familyNames {
// 폰트 패밀리 이름
print(family)
// 각 폰트 이름
for names in UIFont.fontNames(forFamilyName: family) {
print("== \(names)")
}
}
=============================== */

return true
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "Frame 8.svg",
"filename" : "search.svg",
"idiom" : "universal",
"scale" : "1x"
},
Expand Down

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading