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