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
- struct
- self
- apns
- 회고
- protocol
- devicetoken
- error
- class
- escaping
- PushNotification
- devicekey
- ScrollView
- Git
- 고차함수
- SWIFT
- segue
- SWIFTUI
- uikit
- pickerstyle
- Switch
- IOS
- 화면전환
- mainactor
- 글또
- published
- list
- NotificationCenter
- datepickerstyle
- accentcolor
- appprotocol
Archives
- Today
- Total
목록refreshable (1)
seong_hye, the developer

📘 오류 해결) List Refreshable 오류앱을 만들던 중 List가 Refresh 되지 않는 오류가 있었다처음 딱 떴을 때 refresh가 되었으면 좋겠는데 되지 않고 계속 문제가 되는 부분이 있어서시도해 본 여러 방법과 해결방안에 대해 작성해보려 한다.🔹 현재 어플 및 코드 축약윗쪽 탭바와 그에 맞게 아래 리스트를 둔 화면을 만들고 싶어서다음과 같은 코드를 활용해 아래 화면을 제작하였다VStack { ScrollView(.horizontal) { ... } TabView( .. ) { List { ... } .refreshable { ... } ... }} ❌ 문제 상황탭을 눌러 처음..
IOS/Error
2022. 12. 13.