Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以在 UIWebView 中显示网站的特定布局?例如在 www.google.com 中。我们可以在 UIWebView 中仅显示 Google 图像,而不是显示页面的所有内容,如搜索栏、搜索按钮等。
不 这是不可能的。当您在 UIWebView 上调用 www.google.com 时,您正在应用中显示网页。而且您对内容没有任何控制权。