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
- keyWindow
- designPattern
- dart
- swiftlint
- toyproject
- enumerations
- Swift
- Widget
- Leetcode
- pubspec.yaml
- COMMIT
- Extentsion
- reetcode
- IOS
- algorithm
- UIAccessibility
- protocol
- github
- OSLog
- listview
- basic
- pubspec
- it
- Equatable
- xcode
- ToDoRim
- flutter
- tip
- SwiftGen
- GIT
Archives
- Today
- Total
목록QuickHelp (1)
수니의 개발새발
[iOS/Swift/Basic] 주석과 퀵헬프(Quick Help)
📌 이번 글은 Xcode에서 주석과 퀵헬프 사용 방법 입니다. 주석 - 주석 생성 단축키 : command[⌘] + / 한 줄 주석 // 한 줄 주석 여러 줄 주석 /* 여러 줄 주석 */ 중첩 주석 /* 여러 줄 주석 안쪽에 /* 여러 중첩 주석 가능 // 한 줄도 가능 */ 여기도 주석! */ 문서화 주석 // MARK: - 문서화 주석 /// 한 줄 문서화 주석 /** 여러 줄 문서화 주석 */ 퀵헬프 (Quick Help) - 코드 기능 설명서 - 퀵헬프 보는 방법 : option[⌥] + 원하는 코드 클릭 or command[⌘] + option[⌥] + [3] - 퀵헬프 생성 단축키 : command[⌘] + option[⌥] + / 퀵헬프를 위한 마크업 예시 /// 오류 타입의 열거형 ///..
iOS - Swift
2024. 1. 5. 17:10