ExploreResultsManager
public class ExploreResultsManager : NSObject
extension ExploreResultsManager: UITableViewDelegate
extension ExploreResultsManager: UITableViewDataSource
-
Declaration
Swift
public static let shared: ExploreResultsManager -
Declaration
Swift
public func updateExplores(explores: [String:[Explore]], tags: [MNTag], forTableView tableView: UITableView, withHandler handler: ExploreResultSelectionProtocol? = nil) -
Declaration
Swift
public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat
-
Declaration
Swift
public func numberOfSections(in tableView: UITableView) -> Int -
Declaration
Swift
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int -
Declaration
Swift
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell -
Declaration
Swift
public func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) -
Declaration
Swift
public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)
ExploreResultsManager Class Reference