250x250
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- ToDoRim
- enumerations
- Equatable
- protocol
- Widget
- basic
- keyWindow
- Swift
- algorithm
- toyproject
- flutter
- tip
- SwiftGen
- UIAccessibility
- pubspec
- dart
- xcode
- IOS
- reetcode
- GIT
- github
- it
- OSLog
- designPattern
- Leetcode
- COMMIT
- pubspec.yaml
- swiftlint
- listview
- Extentsion
Archives
- Today
- Total
목록scenedelegate (1)
수니의 개발새발
[iOS/Xcode] SceneDelegate 삭제하고 App Build
Xcode11부터 iOS App 프로젝트에 자동으로 SceneDelegate가 적용된 템플릿이 추가되었습니다. Storyboard로 앱을 만드려고 Xcode를 열었는데, SceneDelegate가 방해하고 있을때가 많죠 (゚ペ)? 📌 이번 글은 SceneDelegate를 사용하지 않고 iOS App을 빌드하는 방법입니다. 첨부 이미지는 Storyboard interface기반 Swift 프로젝트입니다! 1. 프로젝트 생성 File > New > Project에서 iOS > App을 선택하고 Interface를 Storyboard로 지정하여 프로젝트를 생성합니다. 2. SceneDelegate.swift 파일 삭제 SceneDelegate.swift 파일을 삭제합니다. 3. info.plist > App..
iOS
2021. 12. 24. 01:44