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
- clean architecture
- Refactoring
- SWIFT
- Human interface guide
- uitableview
- 리펙터링
- ribs
- rxswift
- HIG
- Observable
- RxCocoa
- 리팩토링
- UITextView
- swiftUI
- combine
- 클린 코드
- map
- ios
- Xcode
- Protocol
- 리펙토링
- uiscrollview
- tableView
- UICollectionView
- 애니메이션
- Clean Code
- collectionview
- 스위프트
- MVVM
- swift documentation
Archives
- Today
- Total
목록custom shortcut (2)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 1. Custom Shortcut (커스텀 단축키) 만드는 방법 - 기본 개념 (plistbuddy, defaults, NSUserKeyEquivalents)
1. custom shortcut (커스텀 단축키) 만드는 방법 - 기본 개념 (plistbuddy, defaults, NSUserKeyEquivalents)
iOS 응용 (swift)
2023. 3. 28. 01:05
[iOS - xcode] 커스텀 단축키 만드는 방법, move to next line 커스텀 단축키 만들기 (custom shortcut)
커스텀 단축키 만드는 방법 Xcode에서는 여러가지 단축 키워드가 존재하는데, 이를 조합하여 다양한 단축키 생성이 가능 디폴트로 주어진 단축키를 확인하는 가장 간편한 방법은 Xcode에서 확인 단축키: cmd + , 입력 후 Key Bindings 탭 클릭 하지만 이곳에서는 커스텀이 불가능하여 코드 베이스로 접근하여 수정이 필요 커스텀 방법 위 key bindings 탭에서 보이는 것들은 모두 코드 베이스로 제공하는 것들이므로 코드 베이스 부분을 확인 위 파일은 아래 경로에 위치 /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Resources/IDETextKeyBindingSet.plist 파일 수정을 위해 Desktop에 잠시 복사 cp /..
Git, CocoaPods, Xcode, Shell
2023. 2. 25. 23:26