Skip to content

Instantly share code, notes, and snippets.

View knutigro's full-sized avatar

Knut Inge Grøsland knutigro

View GitHub Profile
@knutigro
knutigro / AuthHTTPNetworkTransport.swift
Last active November 27, 2018 12:18
Custom HTTPNetworkTransport to add custom headers without recreate all client.
//
// AuthHTTPNetworkTransport.swift
// Notes
//
// Created by Sergio Garcia on 7/9/17.
// Copyright © 2017 Sergio Garcia. All rights reserved.
//
import Foundation
import Apollo
@knutigro
knutigro / UIImageView+DownloadProgress.h
Created January 18, 2016 13:10
Simple UIImageView category to get download progress by extenging UIImageView+AFNetworking.h category (AFNetworking 3)
//
// UIImageView+DownloadProgress.h
//
// Created by Knut Inge Grosland on 2014-10-15.
// Copyright (c) 2014 Foap. All rights reserved.
//
//
#import "UIImageView+AFNetworking.h"