Search code examples
swifttoasttvos

Toast function for tvOS in swift


I am new to Xcode and tvOS. I am making a video app, which requires me to have an Android like toast message while the video is being played (basically on the video).

I came across many github repos for iOS, which I tried implementing but was unsuccessful in it. Any help is much appreciated! thanx


Solution

  • Have a look at this project which implements a toast view for tvOS: https://github.com/movielala/TVOSToast Maybe this is exactly what you're looking for.