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
- Lifetime of SwiftUI
- developer
- spring guide
- Quick Help
- Demystify SwiftUI
- Explict Identity
- native개발
- Spring
- swift
- Structural Identity
- ios
- TabBarItems
- git branch strategy
- view
- Your app is missing support for the following URL schemes: your_ios_client_id
- lifecycle
- Lazy
- 적절한 사용방법
- ios login
- WWDC21
- frame이해
- Identity
- bounds이해
- schemes
- xml delegate
- consuming a restful web service
- lazy 사용
- 보라색오류
- lazy 위험성
- Xcode
Archives
- Today
- Total
목록iOS/iOS_Xcode (1)
Dev_Dylan

xcode에서 코드를 구현하다 보면 inspector 3번째 탭에 있는 Quick Help를 참고할 때가 종종 있다. `단축키 command + option + 3 ` 혹은 Type에 `option + click` 을 사용하여 Summary를 띄우는 것 또한 Quick Help를 보는 것이다. 크게 6가지 항목이 있다. - Summary : 요약 - Discussion : 어떤 동작을 하는 타입인지에 대해 설명 - Parameters : 파라미터에 대한 설명 - Important : 함수의 특수한 동작, 주의사항 및 구현 세부사항 등을 문서화한다. - Authors : 코드의 작성자 - Version : 코드의 버전 정보 기록 사용방법 먼저, Quick Help를 사용하기 위해서 3중 슬래쉬 '///'를..
iOS/iOS_Xcode
2023. 12. 22. 17:20