
24.05.29 Today I Learned
·
Today I Learned/2024
//// ViewController.swift// teamProjectready//// Created by t2023-m0112 on 5/28/24.// import UIKit class ViewController: UIViewController { let info = Information() @IBOutlet weak var parkprofile: UIButton! // 박승환 프로필 @IBOutlet weak var parkbackground: UIView! // 박승환 배경 @IBOutlet weak var kimprofile: UIButton! // 김광현 프로필 @IBOutlet weak var kimbackground..