Skip to content

Instantly share code, notes, and snippets.

View bigearsenal's full-sized avatar

Chung Tran bigearsenal

  • P2P Staking
  • Ho Chi Minh City, Vietnam
  • 21:14 (UTC +07:00)
View GitHub Profile
@bigearsenal
bigearsenal / URLProtocol + URLSession.swift
Last active February 14, 2024 14:09
Custom URLProtocol with URLSession
//
// MyURLProtocol.swift
// NSURLProtocolExample
//
// Created by Chung Tran on 26/08/2017.
// Copyright © 2017 Zedenem. All rights reserved.
//
import UIKit
var requestCount = 0
<!doctype html>
<html>
<head>
<!-- Run in full-screen mode. -->
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Make the status bar black with white text. -->
<meta name="apple-mobile-web-app-status-bar-style" content="black">