-
-
Notifications
You must be signed in to change notification settings - Fork 63
Popup Customization
Tomasz K. edited this page Oct 31, 2024
·
32 revisions
Czas to iluzja - oznajmił. Tym bardziej czas lunchu.
Popups can be customized from two places: globally during Setup or individually, during Popup Declaration. If a method with the same name is called locally, then the global setting for that popup will be overridden.
-
popupHorizontalPadding(_ value: CGFloat) -> Self
- Sets the horizontal padding of the popup.
- For
Top
,Centre
andBottom
popups.
-
cornerRadius(_ value: CGFloat) -> Self
- a
- For
Top
,Centre
andBottom
popups.
-
backgroundColor(_ color: Color) -> Self
- a
- For
Top
,Centre
andBottom
popups.
-
overlayColor(_ color: Color) -> Self
- a
- For
Top
,Centre
andBottom
popups.
-
tapOutsideToDismissPopup(_ value: Bool) -> Self
- a
- For
Top
,Centre
andBottom
popups.
-
popupTopPadding(_ value: CGFloat) -> Self
- a
- For
Top
andBottom
popups.
-
popupBottomPadding(_ value: CGFloat) -> Self
- a
- For
Top
andBottom
popups.
-
dragThreshold(_ value: CGFloat) -> Self
- a
- For
Top
andBottom
popups.
-
enableStacking(_ value: Bool) -> Self
- a
- For
Top
andBottom
popups.
-
enableDragGesture(_ value: Bool) -> Self
- a
- For
Top
andBottom
popups.