Pedro Lopes

Results 4 comments of Pedro Lopes

The same here. Looks like it's related to the breakpoints...

I think you can use something like this: ```swift let marginTop:CGFloat = 80.0 ToastView.appearance().bottomOffsetPortrait = max(UIScreen.main.bounds.width, UIScreen.main.bounds.height) - marginTop ToastView.appearance().bottomOffsetLandscape = min(UIScreen.main.bounds.width, UIScreen.main.bounds.height) - marginTop ```

You use this on application or ViewController startup