FRDropDownView

extension FRDropDownView: UITableViewDataSource, UITableViewDelegate
  • Declaration

    Swift

    @MainActor
    public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
  • Declaration

    Swift

    @MainActor
    public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
  • Declaration

    Swift

    @MainActor
    public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)