Skip to content

Instantly share code, notes, and snippets.

View AntonReality's full-sized avatar
🎯
Developing some good stuff...

Anton Vizgin AntonReality

🎯
Developing some good stuff...
  • Kiev, Ukraine
View GitHub Profile
@Sorix
Sorix / ColorableNavigationController.swift
Created April 12, 2017 14:13
Colourable UINavigationController that supports different colors for navigation bars among different view controllers
//
// ColorableNavigationController.swift
//
// Created by Vasily Ulianov on 26.10.16.
//
import UIKit
/// Navigation bar colors for `ColorableNavigationController`, called on `push` & `pop` actions
public protocol NavigationBarColorable: class {
var navigationTintColor: UIColor? { get }