Notice
Recent Posts
Recent Comments
Link
목록로직처리 (1)
투케이2K
38. (ios/swift) 로딩 화면 연장 및 로직 처리 방법 - LaunchScreen, ViewController
[개발 환경 설정] 개발 툴 : XCODE 개발 언어 : SWIFT [방법 설명] [소스 코드 : A_Intro] import UIKit class A_Intro: UIViewController { /* [클래스 설명] 1. 인트로 로딩 화면 연장 액티비티 */ override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view. print("") print("===============================") print("[A_Intro >> viewDidLoad() :: 뷰 로드 실시]") print("=============================..
IOS
2021. 10. 31. 11:54