본문 바로가기

전체 글145

[iOS] App Life Cycle https://developer.apple.com/documentation/uikit/managing-your-app-s-life-cycle Managing your app’s life cycle | Apple Developer DocumentationRespond to system notifications when your app is in the foreground or background, and handle other significant system-related events.developer.apple.com 참고더보기https://co-dong.tistory.com/62  iOS) App · ViewController의 생명주기iOS에서 생명주기란 앱의 최초 실행과 종료 사이에 발생하는 일련.. 2025. 3. 25.
[iOS] How to Play Video: AVFoundation, HLS, DRM, FPS, Chromecast iOS에서 동영상 스트리밍을 위한 기술 OverViewAVFoundationhttps://developer.apple.com/av-foundation/ AVFoundation - Apple DeveloperFind presentations, documentation, sample code, and development resources for using AVFoundation. The AVFoundation framework APIs provides essential services for working with time-based audiovisual media on Apple platforms.developer.apple.comAVFoundation is the full featured framewo.. 2025. 3. 23.
[iOS] WebKit - WKNavigationDelegate https://developer.apple.com/documentation/webkit/wknavigationdelegate WKNavigationDelegate | Apple Developer DocumentationMethods for accepting or rejecting navigation changes, and for tracking the progress of navigation requests.developer.apple.com웹뷰의 탐색(네비게이션) 이벤트를 처리하는 프로토콜페이지 로드 시작, 완료, 실패 등의 이벤트를 감지하고 제어 구현 메서드Allowing or denying navigation requestswebView(_:decidePolicyFor:preferences:deci.. 2025. 2. 23.
[iOS] WebKit - WKScriptMessageHandler, WKScriptMessageHandlerWithReply https://developer.apple.com/documentation/webkit/wkscriptmessagehandler WKScriptMessageHandler | Apple Developer DocumentationAn interface for receiving messages from JavaScript code running in a webpage.developer.apple.com 웹 페이지에서 실행되는 JavaScript 코드에서 메시지를 수신하기 위한 인터페이스JavaScript → Swift 메시지 전달을 처리하는 프로토콜웹뷰 내 JavaScript 코드에서 window.webkit.messageHandlers.이름.postMessage(데이터)를 호출하면 Swift에서 해당 메시지.. 2025. 2. 22.