Skip to content

Instantly share code, notes, and snippets.

View fl034's full-sized avatar
💬

Frank Lehmann fl034

💬
View GitHub Profile
@fl034
fl034 / RatioBasedImageView.swift
Last active September 24, 2019 09:04 — forked from algal/ScaleAspectFitImageView.swift
UIImageView subclass that works with Auto Layout to express its desired aspect ratio
import UIKit
// known-good: Xcode 8.2.1
/**
UIImageView subclass which works with Auto Layout to try
to maintain the same aspect ratio as the image it displays.
This is unlike the usual behavior of UIImageView, where the
scaleAspectFit content mode only affects what the view displays
@fl034
fl034 / CustomEncodingKeys.swift
Created February 6, 2018 12:23
Swift 4 Codable: Custom Encoding Keys
import Foundation
import UIKit
var str = """
{
"name": "Endeavor",
"abv": 8.9,
"brewery": "Saint Arnold",
"style": "ipa"