Notice
Recent Posts
Recent Comments
Link
투케이2K
3. (ios/swift) launcheScreen 런처 스크린 사용해 로딩 스플래시 화면 만들기 본문
[개발 환경 설정]
개발 툴 : XCODE
개발 언어 : SWIFT
[방법 설명]
[소스 코드]
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
// [스레드 시간을 발생시켜 로딩화면 지연 실시 - 3초]
Thread.sleep(forTimeInterval: 3.0)
return true
}
반응형
'IOS' 카테고리의 다른 글
6. (ios/swift) 앱 디버깅 Signing for requires a development team 에러 해결 (0) | 2021.10.16 |
---|---|
5. (ios/swift) alert 팝업창 호출 실시 - UIAlertController (0) | 2021.10.16 |
4. (ios/swift) 뷰 화면 전환 (intent) 실시 및 데이터 전송 수행 (0) | 2021.10.16 |
2. (ios/swift) 이미지 파일 삽입 방법 설명 - image resource (0) | 2021.10.16 |
1. (ios/swift) 기본 ios 폴더 구조 설명 실시 - swift , storyboard (0) | 2021.10.16 |
Comments