![](http://i1.daumcdn.net/thumb/C148x148.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/coH7Ci/btrvL4qE99S/EBMzmQRuIKjNk8wI760lGk/img.jpg)
앱을 만들다가 CollectionViewCell에 데이터가 없을때 즉, Empty state일때 아무것도 없는 화면 보다 데이터 추가를 유도 하는 문구를 나타내는게 필요할것 같아 공부해봤습니다. 먼저 UICollectionView의 Extension에 아래 두개 메소드를 추가해줍니다. // Extension.swift import Foundation import UIKit // MARK: UICollectionView extension UICollectionView { // 1 func setEmptyMessage(_ message: String) { let messageLabel: UILabel = { let label = UILabel() label.text = message label.textCol..
iOS
2022. 3. 16. 20:58
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Swift final
- Swift joined()
- Swift Error Handling
- Swift ModernRIBs
- Combine: Asynchronous Programming with Swift
- swift 고차함수
- swift property
- swift (programmers)
- Swift 프로그래머스
- Swift Leetcode
- CS 네트워크
- iOS error
- ios
- Swift init
- Swift 내림차순
- Swift inout
- RIBs tutorial
- Swift joined
- removeLast()
- Swift 알고리즘
- Swift
- 2023년 회고
- Swift RIBs
- 원티드 프리온보딩
- swift protocol
- swift reduce
- RTCCameraVideoCapturer
- swift programmers
- Swift 프로퍼티
- Class
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함