Using UISearchController in SwiftUI - RestApp Part 7

Опубликовано: 12 Декабрь 2020
на канале: Coding With Tom
260
5

In this video we will replace the UISearchBar with a UISearchController embedded in the NavigationView. We will also do some code cleanup since the CategoriesView has a considerable size for a View.

Chapters:
0:00 Adding UISearchController
0:20 Cleaning up CategoriesView
5:15 Switching from UISearchBar to UISearchController
7:10 Embedding Search Controller in NavigationView

Source code: https://github.com/codingWithTom/Rest...

RestApp - SwiftUI playlist:    • RestApp - SwiftUI