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
- HIG
- rxswift
- MVVM
- 리펙토링
- ribs
- Protocol
- swift documentation
- UITextView
- map
- Clean Code
- 스위프트
- Xcode
- tableView
- 클린 코드
- uiscrollview
- ios
- uitableview
- collectionview
- Observable
- UICollectionView
- clean architecture
- swiftUI
- Refactoring
- combine
- 리펙터링
- RxCocoa
- Human interface guide
- SWIFT
- 애니메이션
- 리팩토링
Archives
- Today
- Total
목록highlighted 효과 (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