Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Streebor's full-sized avatar

Stefan Vasiljevic Streebor

  • Woodstock, ON, Canada
View GitHub Profile
@Streebor
Streebor / NibView
Created July 9, 2018 13:31
Swift base class that auto loads xib with the same name from bundle
//
// NibView.swift
//
// Created by Stefan Vasiljevic on 2018-07-07.
// Copyright © 2018 Stefan Vasiljevic. All rights reserved.
//
import UIKit
@IBDesignable