fixes for tab bar controller
KVKToast is available through CocoaPods or Carthage or Swift Package Manager.
pod 'KVKToast'
Adding Pods to an Xcode project
github "kvyatkovskys/KVKToast"
Adding Frameworks to an Xcode project
https://github.com/kvyatkovskys/KVKToast.git
Adding Package Dependencies to Your App
To display a toast
view.displayToast("Test")
To display a toast with parameters
view.displayToast("Test", message: "Description", image: image, position: .top, type: .info, duration: 5)
To hide the latest toast immediately
view.hideToast()
To hide all toasts
view.hideAllToasts()
Sergei Kviatkovskii
KVKToast is available under the MIT license
KVKToast
Requirements
Installation
KVKToast is available through CocoaPods or Carthage or Swift Package Manager.
CocoaPods
Adding Pods to an Xcode project
Carthage
Adding Frameworks to an Xcode project
Swift Package Manager (Xcode 12 or higher)
https://github.com/kvyatkovskys/KVKToast.git
) and click Next.Adding Package Dependencies to Your App
Usage for UIKit
To display a toast
To display a toast with parameters
To hide the latest toast immediately
To hide all toasts
Style
Author
Sergei Kviatkovskii
License
KVKToast is available under the MIT license