You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy paste the TAOverlay.h and TAOverlay.m into your Swift project. Xcode will create a bridging header automatically. Open your bridging header file, and #import "TAoverlay.h" . In your .swift file, where TAOverlay is going to be used, type this, with other TAOverlay options as you need.
TAOverlay.show(withLabel: "This is an error", options: [TAOverlayOptions.overlayTypeError , TAOverlayOptions.overlayDismissTap , TAOverlayOptions.overlaySizeRoundedRect])
i'm launch your TAOverlay felt it's perfect and i want to use TAOverlay in mine swift project
i use the main function showOverlayWithLabel but it did not work
so could you tell me how to work in swift
thanks
The text was updated successfully, but these errors were encountered: