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
- SWIFT
- swift bottomsheet
- task cancellation
- Tuist
- swift 백준
- custombottomsheet
- traits
- swift custom ui
- paragraph style
- custom ui
- RxSwift
- task cancel
- custom navigation bar
- identifiable
- swift concurrency
- BFS
- DP
- rxdatasources
- claen architecture
- reactorkit
- button configuration
- uikit toast
- domain data
- swift 점선
- UIKit
- 버튼 피드백
- swift dashed line
- swift navigationcontroller
- coordinator
- 타임라인 포맷팅
Archives
- Today
- Total
목록tusit font 추가 방법 (1)
김경록의 앱 개발 여정

Tuist를 통한 커스텀 폰트 추가 방법Tuist로 폰트를 넣는다면 폰트, 에셋등을 한데 모아 모듈화 하여 사용할 수 있다는 장점이 있다.새로운 모듈 정의tuist 자세한 사용법에 대해선 서술하지 않음project.swift 파일에서 타깃을 추가해 주시면 되는데 이때 resources 폴더를 갖도록 만들어주셔야 합니다.(저와 다르게 따로 모듈화 하지 않고 리소스를 갖고 있는 프로젝트 자체 내에 넣는다면 그렇게 하셔도 됩니다)Tuist edit// Plist에 입력될 폰트이름들 (확장자를 반드시 포함할 것)let fonts = [ "Pretendard-Bold.otf", "Pretendard-ExtraBold.otf", "Pretendard-Medium.otf", ..
TIL
2025. 1. 13. 12:16