An open API service indexing awesome lists of open source software.

https://github.com/queeniecplusplus/ios_back_11

Table View with Search Bar using UISearchController
https://github.com/queeniecplusplus/ios_back_11

uisearchcontroller uitableviewcell

Last synced: about 1 year ago
JSON representation

Table View with Search Bar using UISearchController

Awesome Lists containing this project

README

          

# iOS_Back_11
Table View with Search Bar using UISearchController

my code see:

1. share read-only variable in AppDelegate.

https://github.com/QueenieCplusplus/iOS_Back_11/blob/main/9.%20AppDelegate.png

2. UISearchController.

https://github.com/QueenieCplusplus/iOS_Back_11/blob/main/ListALLVC.swift

3. TableView.

https://github.com/QueenieCplusplus/iOS_Back_11/blob/main/ResultDisplayVC.swift

![](https://raw.githubusercontent.com/QueenieCplusplus/iOS_Back_11/main/output%201.png)

![](https://raw.githubusercontent.com/QueenieCplusplus/iOS_Back_11/main/output%202.png)

4. Project

https://github.com/QueenieCplusplus/iOS_Back_11/tree/main/KatesSearchInTableList

ref for Table View:

https://itisjoe.gitbooks.io/swiftgo/content/uikit/uitableview.html

ref for Cell Id:

https://stackoverflow.com/questions/29282447/unable-to-dequeue-a-cell-with-identifier-cell-must-register-a-nib-or-a-class-f

ref for debug, tips for "class has no initializer", which means the property in class shall define properly.

https://www.hackingwithswift.com/example-code/language/fixing-class-viewcontroller-has-no-initializers