250x250
반응형
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
- UIAccessibility
- algorithm
- Equatable
- github
- reetcode
- Extentsion
- tip
- Leetcode
- pubspec
- pubspec.yaml
- protocol
- it
- designPattern
- Swift
- dart
- toyproject
- SwiftGen
- keyWindow
- basic
- xcode
- enumerations
- listview
- Widget
- ToDoRim
- swiftlint
- COMMIT
- GIT
- flutter
- IOS
- OSLog
Archives
- Today
- Total
목록UITableView (1)
수니의 개발새발
[iOS/Swift] xib로 TableView 만들기 (TableViewCell Select Highlight)
📌 이번 글은 xib로 간단한 TableView를 만드는 방법입니다. 첨부 이미지는 Storyboard intreface기반 Swift 프로젝트입니다. 1. Storyboard에 Table View 추가/설정 프로젝트 생성 후 Main.storyboard > View Controller에 TableView를 추가합니다. Table View의 AutoLayout을 설정합니다. Table View의 delegate, dataSource를 설정합니다. 2. UITableViewCell 클래스 생성 New File -> iOS > Cocoa Touch Class를 클릭합니다. Subclass of > UITableViewCell로 설정하고, Class 명을 원하는 명으로 바꾼 뒤, Also create XIB ..
iOS - Swift
2021. 12. 28. 18:05