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
- react
- 풀스택
- MAC
- iPhone
- html5
- 애니메이션
- 프론트엔드
- 비전공자
- 자바스크립트
- 비전공 개발자
- image
- css3
- php
- javascript
- keyframes
- 백엔드
- CSS
- jQuery
- IOS
- xcode
- Animation
- effect
- iOS 개발자
- SWIFT
- HTML
- hover
- front-end
- ipad
- button
- 개발자
Archives
- Today
- Total
목록alert (1)
비전공자 개발일기
WKWebView Component 1(Alert Event, go Back, go Forward)
목적 웹 페이지 내 Javascript의 alert event를 iOS 기기에서도 동일하게 나타내기 위함 import UIKit import WebKit class ViewController: UIViewController, WKNavigationDelegate { var webView: WKWebView! override func loadView() { let webConfiguration = WKWebViewConfiguration() webView = WKWebView(frame: .zero, configuration: webConfiguration) webView.navigationDelegate = self webView.uiDelegate = self webView.allowsBackForwa..
SWIFT
2023. 2. 27. 19:49