Post

Replies

Boosts

Views

Activity

Reply to How to create a thumbnail for tabs like Safari or Chrome?
Chromium is opensource the snapshot code is at: https://github.com/chromium/chromium/blob/872b635eb1e5ddecbebca7f065589b60a4065d7e/ios/web/web_state/ui/crw_web_controller.mm#L734C1-L735C62
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to How to handle target="_blank" in new SwiftUI WebView
uses WKUIDelegate's - (nullable WKWebView *)webView:(WKWebView *)webView createWebViewWithConfiguration:(WKWebViewConfiguration *)configuration forNavigationAction:(WKNavigationAction *)navigationAction windowFeatures:(WKWindowFeatures *)windowFeatures;
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to iOS 26 UIKIt: Where's the missing cornerConfiguration property of UIViewEffectView?
@interface UICornerStyle : NSObject <NSCopying> + (instancetype)fixedWithRadius:(double)arg2; @end @interface UICornerConfiguration : NSObject <NSCopying> + (instancetype)uniform:(UICornerStyle*)arg2; @end @interface UIVisualEffectView (Helper) - (void)setCornerConfiguration:(UICornerConfiguration *)arg1; @end add this header file to your project
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25