Skip to content

Commit

Permalink
Add note about emptyview as overlay param
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist committed Oct 26, 2024
1 parent cb53d2e commit 3a4dd7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/SplitViewKit/SplitViewWrapper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ public struct SplitViewWrapper<SideBar: View, Content: View, Detail: View, Overl
/**
* Init
* - Description: Initializes the split view container with the provided views and configuration settings.
* - Important: ⚠️️ Seems like we have to pass a closure for overlay. Use EmptyView
* - Fixme: ⚠️️ Try to figure out if we can ignore overlay if it's not needed. Will probably require some researh etc
* - Parameters:
* - sideBar: menuColumn content closure (left)
* - content: mainColumn content closure (center)
Expand Down

0 comments on commit 3a4dd7a

Please sign in to comment.