[Swift-OpenSource] scalessec / Toast-Swift
# Basic Examples // basic usage self.view.makeToast("This is a piece of toast") // toast with a specific duration and position self.view.makeToast("This is a piece of toast", duration: 3.0, position: .top) // toast presented with multiple options and with a completion closure self.view.makeToast("This is a piece of toast", duration: 2.0, point: CGPoint(x: 110.0, y: 110.0), title: "Toast Title", ..
2020.11.02