Closed ersin-ertan closed 6 years ago
Something like: recyclerView.addCellInSectionHeader(int position, SimpleCell cell, SectionHeaderProvider provider);
recyclerView.addCellInSectionHeader(int position, SimpleCell cell, SectionHeaderProvider provider);
Where position is relative to the section. Insertion can take optional params of insert to top/bottom.
Something like:
recyclerView.addCellInSectionHeader(int position, SimpleCell cell, SectionHeaderProvider provider);
Where position is relative to the section. Insertion can take optional params of insert to top/bottom.