-2

How can i show this popup message? With my text instead "Safari pasted from VK"

enter image description here

alexbayker
  • 882
  • 9
  • 19
  • Not the top answer, but check Suhit Patil's answer at: https://stackoverflow.com/questions/41422251/how-to-add-android-like-toast-in-ios which is written in Swift 4, but I tried and it still works on Swift 5 – PhoenixB Oct 08 '20 at 07:44

2 Answers2

1

This Toast (as it's called on Android platform) is used by UIKit14 but not available to developers.

You have to develop it by yourself or get a pod like SwiftEntryKit

Blazej SLEBODA
  • 8,936
  • 7
  • 53
  • 93
0

If You can't write it by yourself try to use and customize some pod like SwiftEntryKit

Kstin
  • 659
  • 1
  • 4
  • 18