How do I display it from a designated point in WebView of Swift?

Asked 2 years ago, Updated 2 years ago, 43 views

How do I display it from a designated location in Swift's WebView?
I'd like to display the red line below in the picture below as a search result, but I don't know the code.
Thank you for your cooperation
src=

ios swift xcode

2022-09-29 22:34

1 Answers

I think there are two ways.
One way is to fix the display position and make the upper part invisible from the red line. I didn't understand this.

The second way is to erase the top part from the red line.

I think you can run javascript from the swift side, manipulate html, and rewrite the source code on the page.

However, I think this will require a little knowledge of html and javascript.


2022-09-29 22:34

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.