bannzai/SpreadsheetView
SpreadsheetView inside a expandable custom tableview cell
开放
#156 创建于 2017年10月8日
help wantedreproduction needed
仓库指标
- 星标
- (3,539 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Expected Behavior
see all cell
Actual Behavior
sometime see all cell, sometime see one row less
Steps to Reproduce the Problem
- programmatically create a cell in which there are a label and an icon. the cell is expandable at touch of cell. under the label and the icon put the spreadsheet view
- populate the spreadsheet view with data stuff
- build and run and touch on cell to expand the cell
Specifications
- Xcode version: 9.0
- iOS version: 11.0.2
- Dependency manager + version: Cocoapods last version
I'm trying to create a custom expandable cell in which there is the spreadsheet, because i want to show some information on demand by clicking on cell. the problem is that:
- i've some problem with constraints
- (the big problem) when click, alternatively you see all cells or one less.
how can I fix it?
That you very much