TTGSnackbar
TTGSnackbar copied to clipboard
TTGSnackbar shows simple message and action button on the bottom or top of the screen with multi kinds of animation, which is written in Swift3 and inspired by Snackbar in Android. It also support sho...
When the app target is iOS 13 or above, the swift compiler is showing warnings about deprecated code. Example: /Pods/TTGSnackbar/TTGSnackbar/TTGSnackbar.swift:926:69: 'white' was deprecated in iOS 13.0: renamed to 'UIActivityIndicatorView.Style.medium'
Dear Sir, Thanks so much for your very nice IOS Snackbar. I am newbie to XCODE, and found it very helpful. I just want to know if the control support...
Seems that the snackbar is display on UIWindow. If we pop a ViewController, we have to manage the dismiss manually on viewDidAppear for exemple. Will be nice if we could...