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

Tableview cell height #13

Closed
kennyDang opened this issue Oct 18, 2018 · 1 comment
Closed

Tableview cell height #13

kennyDang opened this issue Oct 18, 2018 · 1 comment

Comments

@kennyDang
Copy link

I might be skipping over some things but how would I resize the height of each table view cell? I'm currently just doing tableView.rowHeight = whatever.

@kennyDang
Copy link
Author

Actually... nevermind I figured it out. I was calling the method: override func ds_collectionView(_ collectionView: GeneralCollectionView, sizeForItemAt indexPath: IndexPath) -> CGSize { in the wrong place. I had to call it in my SegmentedDataSource subclass. Now it works!

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