DigitalInvoiceViewController

public class DigitalInvoiceViewController : UIViewController
extension DigitalInvoiceViewController: UITableViewDelegate, UITableViewDataSource

This class is a view controller that lets the user view their invoice together with the line items and total amount to pay. It will push the LineItemDetailsViewController onto the navigation stack when the user taps the “Edit” button on any of the line items.

  • Undocumented

    Declaration

    Swift

    public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat
  • Undocumented

    Declaration

    Swift

    public func tableView(_ tableView: UITableView, estimatedHeightForRowAt indexPath: IndexPath) -> CGFloat
  • Undocumented

    Declaration

    Swift

    public func numberOfSections(in tableView: UITableView) -> Int
  • Undocumented

    Declaration

    Swift

    public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int
  • Undocumented

    Declaration

    Swift

    public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell