We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02de943 commit 2c245b1Copy full SHA for 2c245b1
Example Apps/iOS Example/Controllers/SideBarController.swift
@@ -27,7 +27,7 @@ class SidebarController: SPDiffableSideBarController {
27
28
override func viewDidLoad() {
29
super.viewDidLoad()
30
- configureDiffable(sections: content, cellProviders: SPDiffableCollectionDataSource.CellProvider.sideBar)
+ configureDiffable(sections: content, cellProviders: SPDiffableCollectionDataSource.CellProvider.sideBar, headerAsFirstCell: true)
31
}
32
33
enum Section: String {
0 commit comments