UISearchController , UISearchBar
방법 2가지
1. UISearchBar를 이용
2. UISearchController를 이용 -> 이렇게 할 경우 좀 더 다이나믹한 효과를 얻을 수 있고, 검색하는 도중 실시간으로 밑에 테이블뷰로 필터링된 검색결과를 보여줄 수 있다.
https://codershigh.dscloud.biz/techblogs/tb_009_UISearchController/tb009_script.html
navigation bar 에 searchbar 넣기
https://zeddios.tistory.com/1196?category=682195
https://devmjun.github.io/archive/SearchController
'iOS > iOS Swift 개발 일기' 카테고리의 다른 글
iOS swift Singleton Pattern 싱글톤패턴 (0) | 2022.08.31 |
---|---|
iOS swift 과제 중- 매개변수타입 / _(underscore) (0) | 2022.08.28 |
[iOS swift] snapkit이용 TabBarViewController 만들기 programatically (without storyboard) (0) | 2022.08.27 |
프로퍼티 옵저버 didSet, willSet (0) | 2022.08.27 |
[iOS swift] call by reference 참조타입(클래스) (0) | 2022.08.27 |