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 |
Tags
- rxdatasources
- reactorkit
- task cancellation
- custombottomsheet
- RxSwift
- custom ui
- swift 점선
- custom navigation bar
- swift 백준
- identifiable
- task cancel
- button configuration
- Tuist
- swift bottomsheet
- claen architecture
- BFS
- uikit toast
- swift dashed line
- domain data
- 타임라인 포맷팅
- swift custom ui
- 버튼 피드백
- SWIFT
- swift concurrency
- scene delegate
- UIKit
- traits
- DP
- coordinator
- swift navigationcontroller
Archives
- Today
- Total
목록버튼 피드백 (1)
김경록의 앱 개발 여정
[Swift UIKit] Button 터치 피드백이 안보이는 경우
🔊 개요앱을 만들 때 Button은 필수적이고, 자동으로 터치 피드백을 제공합니다.(눌렸을 때 색깔이 바뀐다던가)하지만 종종 버튼을 눌렀을 때 아무런 반응이 없는 것처럼 보이는 문제를 겪게 되죠.그럴 땐 대부분 아래 이유 중 하나입니다.👇 1. AttributedString에서 색상을 직접 지정한 경우(configuraton 사용 시)configuration 사용 시 폰트를 지정할 때 AttriibutedString을 사용하게 됩니다.그때 foregroundColor 또한 지정이 가능하며 이것으로 글자색을 바꿀 수도 있습니다. let attributedTitle = AttributedString( "이미지", attributes: AttributeContainer([ .font..
Trouble Shooting
2025. 5. 2. 18:42