일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 한국어 개인정보처리방침
- dispatchsource
- 단일 책임원칙
- swift
- MKMapViewDelegate
- Xcode
- SwiftUI Boolean 값
- xcode로 날씨앱 만들기
- 서체관리자
- weatherKit
- Protocol
- AnyObject
- 영문 개인정보처리방침
- RunningTimer
- 러닝기록앱
- MKMapItem
- Timer
- Startign Assignments
- WeatherManager
- font book
- App Store Connect
- 클로저의 캡슐화
- CoreLocation
- UIAlertAction
- 러닝타이머
- addannotation
- UICollectionViewFlowLayout
- CLLocationManagerDelegate
- weak var
- Required Reason API
Archives
- Today
- Total
목록서체관리자 (1)
VesselWheel
Swift Font 사용하기
https://developer.apple.com/fonts/ Fonts - Apple Developer Get the details, frameworks, and tools you need to use system fonts for Apple platforms in your apps. developer.apple.com apple에서 지원하는다양한 폰트가 맥북의 서체관리자(fontbook)에 내장되어 있다. xcode 내에서 맥북에 내장된 폰트를 사용하기 위해서는 lazy var timerCounterView: UILabel = { let label = UILabel() label.font = UIFont(name: "Arial Rounded MT Bold", size: 200) label.textCo..
Xcode Study
2024. 3. 19. 21:14