Skip to content

Commit 2c245b1

Browse files
committed
Fixed example.
1 parent 02de943 commit 2c245b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example Apps/iOS Example/Controllers/SideBarController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class SidebarController: SPDiffableSideBarController {
2727

2828
override func viewDidLoad() {
2929
super.viewDidLoad()
30-
configureDiffable(sections: content, cellProviders: SPDiffableCollectionDataSource.CellProvider.sideBar)
30+
configureDiffable(sections: content, cellProviders: SPDiffableCollectionDataSource.CellProvider.sideBar, headerAsFirstCell: true)
3131
}
3232

3333
enum Section: String {

0 commit comments

Comments
 (0)