Skip to content

Third iteration of Toast implementation

Dmytro Ryshchuk requested to merge thirdToastTry into v1_0_5

To call toast we need

  1. @EnvironmentObject var toastManager: ToastManager
  2. toastManager.showToast(message: "This is a toast message!")
Edited by Dmytro Ryshchuk

Merge request reports

Loading