ericlewis / PageSheet

Customizable sheets using UISheetPresentationController in SwiftUI
MIT License
55 stars 7 forks source link

perf: use inlinable on customization modifiers #18

Closed ericlewis closed 2 years ago

ericlewis commented 2 years ago

the preference is already inlined as well, it is standard practice in the exposed interface of SwiftUI it seems too.