Closed shimastripe closed 4 years ago
@shimastripe Sorry for my late reply. Carbon provides powerful features but is actually a thin wrapper for UITable/CollectionView. So there are no plans for Carbon to support any of the features you have suggested for now. However, you are not limit any solution by Carbon, and I recommend that you implement it according to the existing solution. Unfortunately, I couldn't be helpful.
@ra1028
I recommend that you implement it according to the existing solution.
OK, I understand and try it. Thank you for the reply!
Checklist
Expected Behavior
I want to make a timeline like Twitter using Carbon and UITableView.
Current Behavior
Add to append items.
I scroll to the latest item
Component5
.and UITableView's contentOffset indicates Component5. Keep current position.
Add to prepend items.
I pull to refresh.
and UITableView's contentOffset indicates Component1. Not Component3
Detailed Description (Include Screenshots)
Environment
Carbon version: 1.0.0 Release Candidate 6
Swift version: Apple Swift version 5.2 (swiftlang-1103.0.32.1 clang-1103.0.32.29)
iOS version: 13.4.1
Xcode version: 11.4.1
Devices/Simulators: iPhone11Pro 13.4.1
using SPM