Skip to content

Instantly share code, notes, and snippets.

@ale84
ale84 / ArrowImageGenerator.swift
Last active May 15, 2020 09:00
Helper class to generate simple arrows images of desired size, colour and direction using UIKit api.
//
// ArrowImageGenerator.swift
//
// Created by Alessio Orlando on 07/10/15.
// Copyright © 2015 Alessio Orlando. All rights reserved.
//
import Foundation
import UIKit