SwipeTransition icon indicating copy to clipboard operation
SwipeTransition copied to clipboard

UIWebView used in one place

Open rajavijayakumarr opened this issue 4 years ago • 2 comments

The UIWebView is being used in one place. SwipeToDismissController.swift file line no 110. I am receiving the UIWebView deprecation warning whenever i upload a build. Is there a possibility that the usage of the UIWebView here has anything to do with the warning?

rajavijayakumarr avatar Apr 28 '20 12:04 rajavijayakumarr

@rajavijayakumarr Possibly, but I don't know Apple's detection algorithm. 🤔

Good news 🎉

UIWebView is already removed at the latest version: https://github.com/tattn/SwipeTransition/releases/tag/0.4.2

https://github.com/tattn/SwipeTransition/blob/master/Sources/SwipeTransition/SwipeToDismiss/SwipeToDismissController.swift#L110

tattn avatar Apr 29 '20 04:04 tattn

Ohh sure thanks 👍@tattn. Will close the issue after testing it out.

rajavijayakumarr avatar May 07 '20 11:05 rajavijayakumarr