You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @ra1028 👋
First of all, congrats on such a great project! I've been playing with Carbon lately and I think I managed to find a nasty issue with UITableView section headers or maybe I'm doing something wrong 🤔
Hi @pedrommcarrasco,
Thanks for your valuable reporting and sample project!
What I learned from your test app is that it works correctly when I set a value that is NOT UITableView.automaticDimension to estimatedSectionHeaderHeight.
This will probably happen if component don't have a referenceSize at here.
Fix it by returning a larger value if automaticSizing is set.
Checklist
Hey @ra1028 👋
First of all, congrats on such a great project! I've been playing with
Carbon
lately and I think I managed to find a nasty issue withUITableView
section headers or maybe I'm doing something wrong 🤔Expected Behavior
Show all section headers and allow self-sizing
Current Behavior
Detailed Description (Include Screenshots)
UITableView
code)Sample Project:
Test.zip
Environment
Carbon version: What's currently in
master
Swift version: 5.1
iOS version: 13.2
Xcode version: 11.2
Devices/Simulators: iPhone 11 Pro
CocoaPods/Carthage version: Not applicable (Swift Package Manager)
The text was updated successfully, but these errors were encountered: