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
- uiscrollview
- combine
- tableView
- uitableview
- Protocol
- 리팩토링
- ribs
- 리펙토링
- Refactoring
- clean architecture
- HIG
- Human interface guide
- UICollectionView
- collectionview
- rxswift
- RxCocoa
- Observable
- ios
- swiftUI
- map
- 리펙터링
- UITextView
- MVVM
- Clean Code
- SWIFT
- swift documentation
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