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
- 스위프트
- Xcode
- collectionview
- HIG
- rxswift
- 리펙터링
- ios
- 클린 코드
- SWIFT
- uiscrollview
- MVVM
- 애니메이션
- combine
- Refactoring
- 리펙토링
- clean architecture
- map
- tableView
- Protocol
- swiftUI
- UICollectionView
- ribs
- Human interface guide
- swift documentation
- uitableview
- 리팩토링
- RxCocoa
- Observable
- UITextView
- Clean Code
Archives
- Today
- Total
목록dimmed효과 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 위젯 iOS 17 saturation 버그 (dimmed효과, 딤드효과, 채도, saturation, CIColorControls, kCIInputSaturationKey, CIFilter)
Saturation (채도)가끔 dimmed 효과를 주기 위해서 일반 이미지에 CIFilter를 사용하여 채도를 낮추는 코드(하지만 iOS 17에서 위젯 관련 버그가 존재)ex) CIFilter를 활용한 채도를 변화시키는 메소드// 출처: https://stackoverflow.com/questions/62040870/how-can-we-decrease-saturation-of-uiview-in-swiftextension UIImage { func withSaturationAdjustment(byVal: CGFloat) -> UIImage { guard let cgImage = self.cgImage else { return self } guard let filter = C..
iOS 응용 (swift)
2024. 5. 17. 01:36