TKUIHomeCard
open class TKUIHomeCard : TKUITableCard
extension TKUIHomeCard: TKUIRoutingQueryInputCardDelegate
extension TKUIHomeCard: UISearchBarDelegate
extension TKUIHomeCard: UITableViewDelegate
Undocumented
-
Undocumented
Declaration
Swift
public static var config: TKUIHomeCard.Configuration
-
Undocumented
Declaration
Swift
public var searchResultDelegate: TKUIHomeCardSearchResultsDelegate?
-
Undocumented
Declaration
Swift
public let disposeBag: DisposeBag
-
Undocumented
Declaration
Swift
public init(mapManager: TKUICompatibleHomeMapManager? = nil, initialPosition: TGCardPosition? = .peaking)
-
Puts the focus to the search bar in the header view, ready for users to begin typing destination.
Declaration
Swift
public func enterSearchMode()
-
Declaration
Swift
open override func didBuild(tableView: UITableView)
-
Declaration
Swift
open override func willAppear(animated: Bool)
-
Declaration
Swift
open override func didAppear(animated: Bool)
-
Declaration
Swift
open override func didDisappear(animated: Bool)
-
Declaration
Swift
open override var preferredView: UIView? { get }
-
Undocumented
See moreDeclaration
Swift
enum SelectionMode
-
Undocumented
See moreDeclaration
Swift
enum VoiceOverMode
-
Undocumented
See moreDeclaration
Swift
struct Configuration
-
Undocumented
Declaration
Swift
public static func hideComponent(id: String)
-
Pushes the routing query input card and handles its response.
Declaration
Swift
public func showQueryInput(startingInDestinationMode: Bool = true)
-
Undocumented
Declaration
Swift
public func routingQueryInput(card: TKUIRoutingQueryInputCard, selectedOrigin origin: MKAnnotation, destination: MKAnnotation)
-
Undocumented
Declaration
Swift
public func searchBar(_ searchBar: UISearchBar, textDidChange searchText: String)
-
Undocumented
Declaration
Swift
public func searchBarTextDidBeginEditing(_ searchBar: UISearchBar)
-
Undocumented
Declaration
Swift
public func searchBarTextDidEndEditing(_ searchBar: UISearchBar)
-
Undocumented
Declaration
Swift
public func searchBarCancelButtonClicked(_ searchBar: UISearchBar)
-
Undocumented
Declaration
Swift
public func searchBarSearchButtonClicked(_ searchBar: UISearchBar)
-
Undocumented
Declaration
Swift
public func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView?
-
Undocumented
Declaration
Swift
public func tableView(_ tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration?
-
Undocumented
Declaration
Swift
public func tableView(_ tableView: UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration?
-
Undocumented
Declaration
Swift
public func tableView(_ tableView: UITableView, contextMenuConfigurationForRowAt indexPath: IndexPath, point: CGPoint) -> UIContextMenuConfiguration?
-
Actions that can be triggered by component view models
See moreDeclaration
Swift
public enum ComponentAction