KLSearchAllResultsTableChildViewController
class KLSearchAllResultsTableChildViewController : UITableViewController, IndicatorInfoProvider
Undocumented
-
Undocumented
Declaration
Swift
let broadcastCellIdentifier: String
-
Undocumented
Declaration
Swift
let userCellIdentifier: String
-
Undocumented
Declaration
Swift
let headerCellIdentifier: String
-
Undocumented
Declaration
Swift
let hashtagCellIdentifier: String
-
Undocumented
Declaration
Swift
let showCellIdentifier: String
-
Undocumented
Declaration
Swift
var blackTheme: Bool
-
Undocumented
Declaration
Swift
var itemInfo: IndicatorInfo
-
Undocumented
Declaration
Swift
var keyword: String
-
Undocumented
Declaration
Swift
var lastKeyword: String!
-
Undocumented
Declaration
Swift
var tableType: String!
-
Undocumented
Declaration
Swift
var isActivView: Bool!
-
Undocumented
Declaration
Swift
var searchItems: [KLSearchItemModel]
-
Undocumented
Declaration
Swift
var recentItems: [KLSearchItemModel]
-
Undocumented
Declaration
Swift
var suggestedItems: [KLSearchItemModel]
-
Undocumented
Declaration
Swift
var isRecentsAndSuggested: Bool
-
Undocumented
Declaration
Swift
var searchDelegate: SearchAllResultsProtocol!
-
Boolean value indicates if there is more broadcasts to be loaded in pages.
Declaration
Swift
var isMoreDataAvailable: Bool
-
Undocumented
Declaration
Swift
init(style: UITableViewStyle, itemInfo: IndicatorInfo, tableType: String, keyword: String, delegate: SearchAllResultsProtocol)
-
Undocumented
Declaration
Swift
required init?(coder aDecoder: NSCoder)
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
override func viewWillAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
override func viewWillDisappear(_ animated: Bool)
-
Undocumented
Declaration
Swift
override func viewDidAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
func loadSearchResultsWhenSearchTextChanges(keyword: String)
-
Undocumented
Declaration
Swift
func loadSearchResults(keyword: String)
-
Undocumented
Declaration
Swift
func getSearchWithSearchText()
-
Undocumented
Declaration
Swift
override func numberOfSections(in tableView: UITableView) -> Int
-
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat
-
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
-
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)
-
Undocumented
Declaration
Swift
func trackEvent(eventName: EventName, properties: [EventProperties : String])
-
Undocumented
Declaration
Swift
func openLiveRoomVC(_ clickedBroadcast: SWStream)
-
Undocumented
Declaration
Swift
func showGoLiveScheduleVC(streamData: SWStream)
-
When close button at profile view is clicked, just dismiss profile view.
Declaration
Swift
func closeProfileBtnClicked()
-
Undocumented
Declaration
Swift
func indicatorInfo(for pagerTabStripController: PagerTabStripViewController) -> IndicatorInfo
-
Undocumented
Declaration
Swift
@objc func screenTracking()
-
Undocumented
Declaration
Swift
func loadCashe() -> [[String : Any]]
-
Undocumented
Declaration
Swift
func store(cache: [[String : Any]])
-
Undocumented
Declaration
Swift
class func clearSearchCashe()
-
Undocumented
Declaration
Swift
func push(model: KLSearchItemModel)