Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expandCellWithHeightAt method not calling #20

Open
sagargondaliya opened this issue Nov 11, 2017 · 0 comments
Open

expandCellWithHeightAt method not calling #20

sagargondaliya opened this issue Nov 11, 2017 · 0 comments

Comments

@sagargondaliya
Copy link

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()
}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant