Skip to content

expandCellWithHeightAt method not calling #20

@sagargondaliya

Description

@sagargondaliya

While I am setting YNTableViewDelegate then tableview datasource are not getting called and tableview will blank. If I remove your delegate then tableview datasource working.

`@IBOutlet weak var tableVIewOptions: YNTableView!

override func viewDidLoad() {
    super.viewDidLoad()
    
    self.tableVIewOptions.ynDelegate = self
    self.tableVIewOptions.dataSource = self
    self.tableVIewOptions.delegate = self
    self.tableVIewOptions.ynTableViewRowAnimation = .top
    
    //hide empty rows
    tableVIewOptions.tableFooterView = UIView()
}`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions