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

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

import ProjectDescriptionlet dependencies = Dependencies( swiftPackageManager: .init( [ .remote(url: "https://github.com/SnapKit/SnapKit.git", requirement: .upToNextMinor(from: "5.0.1")), .remote(url: "https://github.com/Swinject/Swinject.git", requirement: .exact("2.8.0")), .remote(url: "https://github.com/ReactiveX/RxSwift.git", requirement: .upToNextMajor(from: "6.0.0")), ..