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
- rxswift
- Observable
- UITextView
- map
- Refactoring
- uitableview
- SWIFT
- 스위프트
- 리팩토링
- Human interface guide
- collectionview
- Protocol
- Clean Code
- swiftUI
- 리펙토링
- uiscrollview
- swift documentation
- MVVM
- 리펙터링
- combine
- ios
- HIG
- tableView
- 애니메이션
- ribs
- 클린 코드
- RxCocoa
- Xcode
- UICollectionView
- clean architecture
Archives
- Today
- Total
목록uitableviewcell에 pressed color (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] UITableViewCell에 pressed 효과 주는 방법 (highlighted 효과, pressed 효과)
UITableViewCell의 pressed 효과기대하는 pressed 효과 (이 화면은 pressed 효과를 직접 구현한 화면)UIButton의 highlighted 효과처럼 동작 하지만 위처럼 동작하려면 별도 구현이 필요하고, 디폴트는 이렇게 동작됨단, selectionStyle = .none으로 한 상태코드)class ViewController: UIViewController, UITableViewDataSource, UITableViewDelegate { let tableView = UITableView() override func viewDidLoad() { super.viewDidLoad() tableView.frame = view.bounds..
iOS 응용 (swift)
2024. 10. 24. 01:42