반응형 wkuidelegate1 WKWebView의 window.open과 alert처리 방법 - (void)initWKWebView { CGFloat bottomPadding = 0.0f; CGFloat topPadding = 0.0f; UIWindow *window = UIApplication.sharedApplication.keyWindow; if (@available(iOS 11.0, *)) { topPadding = window.safeAreaInsets.top; bottomPadding = window.safeAreaInsets.bottom; } _createdWKWebViews = [NSMutableArray new]; /** *웹뷰 바운스를 사용하지 않는 서비스는 웹뷰 높이를 탭바높이 만큼 빼고 잡는다. */ CGFloat tabbarHeight = (!_hasWebViewBounc.. 2020. 6. 26. 이전 1 다음 반응형