You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -285,11 +285,30 @@ The app used for this video can be downloaded from [this repository](https://git
285
285
286
286
# Toasts
287
287
288
-
// TODO: Explain the Toast functionality
288
+
Similar to the LoadingModifier, there is also a [ToastModifier](https://github.com/mdb1/ViewStateController/blob/main/Sources/ViewStateController/ViewModifiers/ToastModifier.swift) that let's you present toast/snack bars/custom views in the screen with a set of configurable parameters.
0 commit comments