Skip to content

Instantly share code, notes, and snippets.

View Briahas's full-sized avatar

Mike Briahas

  • NixSoloutions
  • Ukraine
View GitHub Profile
@junpluse
junpluse / CVError.swift
Created December 15, 2016 11:21
CVReturn as Swift.Error
//
// CVError.swift
//
// Created by Jun Tanaka on 2016/12/13.
// Copyright © 2016 Jun Tanaka. All rights reserved.
//
import CoreVideo
public enum CVError: Int32, Error {
@nRewik
nRewik / UILabel+FontSize.Swift
Last active April 22, 2024 20:49
iOS-Swift adjust font size to fit in rect
//
// UILabel+FontSize.Swift
//
// Created by Nutchaphon Rewik on 7/11/15.
// Copyright (c) 2015 Nutchaphon Rewik. All rights reserved.
//
import UIKit
extension UILabel{