250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- MAC
- xcode
- ipad
- iOS 개발자
- IOS
- Animation
- 백엔드
- keyframes
- hover
- html5
- 개발자
- HTML
- 자바스크립트
- CSS
- 풀스택
- javascript
- jQuery
- css3
- button
- 비전공 개발자
- front-end
- image
- 애니메이션
- iPhone
- php
- SWIFT
- 비전공자
- effect
- react
- 프론트엔드
Archives
- Today
- Total
비전공자 개발일기
Inspection of Web Content not working with iOS 16.4+ 본문
SWIFT/(SWIFT || Xcode)Error
Inspection of Web Content not working with iOS 16.4+
HiroDaegu 2023. 4. 11. 08:57728x90
SMALL
문제 상황
Swift WKWebView를 활용하여 앱을 제작하고 있고, Web Page의 Script나 Tag를 확인하기 위해서 Safari의 개발자용 -> 연결된 기기를 통해서 Web Page를 Debugging 하는 과정에서 문제 발견
해결 방법
if #available(iOS 16.4, *) {
myWebView.isInspectable = true
}
https://developer.apple.com/documentation/webkit/wkwebview/4111163-isinspectable
isInspectable | Apple Developer Documentation
There's never been a better time to develop for Apple platforms.
developer.apple.com
728x90
LIST