Skip to content
This repository was archived by the owner on Jun 17, 2018. It is now read-only.

Commit 5e9c1f0

Browse files
committed
Update example project
1 parent 85d608c commit 5e9c1f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Example/PagingMenuControllerDemo/PagingMenuControllerOptions.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ struct PagingMenuOptions1: PagingMenuControllerCustomizable {
2626
var componentType: ComponentType {
2727
return .all(menuOptions: MenuOptions(), pagingControllers: pagingControllers)
2828
}
29+
var lazyLoadingPage: LazyLoadingPage {
30+
return .all
31+
}
2932

3033
struct MenuOptions: MenuViewCustomizable {
3134
var displayMode: MenuDisplayMode {

0 commit comments

Comments
 (0)