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 |
Tags
- error
- Refresh
- SWIFT
- http
- 글또
- 고차함수
- Animation
- Observer
- PushNotification
- apns
- IOS
- escaping
- Git
- singleton
- calendar
- mvvm
- NotificationCenter
- segue
- uikit
- Switch
- self
- 화면전환
- viewlifecycle
- list
- SWIFTUI
- protocol
- struct
- class
- ScrollView
- array
Archives
- Today
- Total
목록UISearchController (1)
seong_hye, the developer

📘UISearchControllerUIKit에서 공식적으로 제공하는 검색 UI 컨트롤러검색 바 (SearhBar) + 검색 결과 처리 (SearchResultsController)를 결합해주는 역할UITableView나 UICollectionView와 함께 자주 사용됨 🔹핵심 구성 요소구성 요소설명searchBar사용자가 검색어 입력하는 UIsearchResultUpdater입력된 텍스트에 따라 결과 업데이트 searchResultsController검색 결과를 표시할 뷰컨 (옵션, 기본은 현재 뷰)obscuresBackgroundDuringPresentation검색 중 배경 흐림 여부 (보통 false로 설정)definesPresentationContext다른 화면 전환 시 검색 바 상태 유지 여부..
IOS/UIKit
2022. 11. 8.