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
- Host: GitHub
- URL: https://github.com/queeniecplusplus/ios_back_11
- Owner: QueenieCplusplus
- Created: 2021-01-28T13:27:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-28T13:49:18.000Z (about 5 years ago)
- Last Synced: 2025-01-06T04:25:16.501Z (about 1 year ago)
- Topics: uisearchcontroller, uitableviewcell
- Language: Swift
- Homepage: https://github.com/QueenieCplusplus/QuickGoThru/blob/master/README.md#apple-ios-swift-溫故愛鳳---計畫復甦
- Size: 5.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


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